Amazing!
Many thanks, I will check all your suggestions, but I use similar
modules for other services (such as puppet, ssh, ntp...) On debian
nodes (all of them are clones) smoothly, but SNMP init script can be
buggy.
Thanks again
On 19/06/2012, jcbollinger wrote:
>
>
> On Monday, June 18, 2012
refreshonly => true
}
}
Best regards
2012/6/19 Javi Legido :
> Amazing!
>
> Many thanks, I will check all your suggestions, but I use similar
> modules for other services (such as puppet, ssh, ntp...) On debian
> nodes (all of them are clones) smoothly, but SNMP
Thanks for reply, but your fix didn't worked.
I use debian, and below packages versions:
ii puppet 2.6.2-5+squeeze5
Centralized configuration management - agent startup and compatibility
scripts
ii puppet-common 2.6.2-5+squeeze5
Centralized con
Fixed changing below line:
chown my_user:my_user /var/run/puppet
Regards
2012/7/20 Javi Legido :
> Thanks for reply, but your fix didn't worked.
>
> I use debian, and below packages versions:
>
> ii puppet 2.6.2-5+squeeze5
> Centralized c
Correction: below actions are needed:
/etc/puppet/puppet.conf
[main]
...
user=my_user
/etc/init.d/puppetmaster
...
chown my_user:my_user /var/run/puppet
Cheers
2012/7/20 Javi Legido :
> Fixed changing below line:
>
> chown my_user:my_user /var/run/puppet
>
> Regards
>