I have installed puppet master enterprise and agent, but getting "bash:
puppet: command not found" error while running any puppet command
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails f
Hello,
with puppet 2.7.19-1.el6 , I try to have the same create file for all
syslog file.
the definiton class
class logrotate {
# OS detection
$logrotate_file = $operatingsystem ? {
default => "/etc/logrotate.d/syslog"
}
# Sudoers file declaration
f