Neil Prockter wrote:
> dj wrote:
>> I'm trying to build a minimal class that installs a package on a
>> centos machine.
>>
>> here is the class:
>>
>> class admin-users {
>> package { admin-users: ensure => latest }
> off the top of my head try quoting the package name
>
> package { "admin-users": ensure => latest }
And you need to "include" the class in your node.
Regards, DavidS
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/puppet-users?hl=en
-~----------~----~----~----~------~----~------~--~---