with Rack based puppetmaster 3.x, but after upgrading
to puppetserver 2.7.x, it changes the order every time when agent runs.
Does anyone have any suggestions?
Thanks so much!
MK
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To unsubscr
Hello,
I have using vcsrepo module. I don’t want build directory and
conf/settings.php file. But it fetch ‘conf/settings.php’, ‘build’ from git
repo and overwrite my conf/settings.php.file
How to avoid this
vcsrepo { “/var/www/admin”:
excludes => ['conf/settings.php', 'build',],
ensure => lat
Hello,
I'm newbie for puppet.
I would appreciate someone tells me how to use "shedule".
What I want to do is puppet client( puppetd ) tries to syncronize /etc/
hosts permission as 644, and puppetd tries to check every 3 minutes.
( I know 3 min is so quick, this is just a test of "schedule")
So I