Re: [Puppet Users] Apply created class on node

2012-12-03 Thread Chad Huneycutt
Hi Jakov, /etc/puppet/modules/users/run/manifests/init.pp is not going to get applied. A couple things. * Somewhere in your manifests you need to have a 'node' definition. Compilation starts with your manifest, which is /etc/puppet/manifests/site.pp . You can either put node definitions in that

Re: [Puppet Users] Apply created class on node

2012-12-02 Thread Jakov Sosic
On 12/01/2012 06:41 PM, Kazor wrote: [root@master users]# puppet apply --noop run/init.pp /Stage[main]/Users/User[pam]/ensure: current_value absent, should be present (noop) Class[Users]: Would have triggered 'refresh' from 1 events Stage[main]: Would have triggered 'refresh' from 1 events Fini

[Puppet Users] Apply created class on node

2012-12-01 Thread Kazor
Hello Guys, I'm beginning use puppet (v.3.0.1) in OS Linux (Centos) , I have simple question with my configuration . I actually i have puppet-master and puppet-node in the master have declared the class but these no are applied in my node (I'm not sure for this point is the correct form for do t