[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

[Puppet Users] Agent error with class (puppet server)

2012-12-04 Thread Kazor
I have declared in my puppet server my class "lab" , this class create one archive in the agent but when i sync from agent throws error: .. info: Applying configuration version '1354468151' *err: /Stage[main]/Lab/File[/root/date.txt]: Could not evaluate: Could not retrieve information from

[Puppet Users] problem with restart a service when a file changes

2012-12-26 Thread Kazor
Hello, I have problem with my class when the archive is changed and the service is not restarted when i apply change and run the puppet agent, I have the next error: [..] * err: /Stage[main]/Spam_rule/Exec[zmamavisdctl]: Failed to call refresh: /opt/zimbra/bin/zmamavisdctl returned

[Puppet Users] Re: problem with restart a service when a file changes

2012-12-28 Thread Kazor
is is not actually a problem with puppet at all. > > On Wednesday, December 26, 2012 3:13:44 PM UTC-7, Kazor wrote: >> >> Hello, >> I have problem with my class when the archive is changed and the service >> is not restarted when i apply change and run the puppet agent

[Puppet Users] Schedule yum update not found

2013-01-02 Thread Kazor
Hello guys, I'm creating class for update my servers these are Centos (RedHat Family) . But when i run from puppet client, only apply update version but the command "yum update" declared within in my class not found . My class "updateso" (/etc/puppet/modules/updateso/manifests/init.pp) : [..