Hi,

On 02/11/2014 10:51 AM, Luis León wrote:
>   class {'push':
>                 $roles  =>  { rol_as => "false",
>                                   rol_ws => "true",
>                                   ... },
>              }

Your syntax is slightly off:

class { 'push': roles => { ... } }

That is, you must not add the $ sign in the class declaration.

HTH,
Felix

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/52F9F7EC.8080507%40alumni.tu-berlin.de.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to