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
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
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
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
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) :
[..