Displaying 1 result from an estimated 1 matches for "sudoers_hostgroup".
2012 Jan 09
0
node parameters
I''ve been using foreman as an ENC and assigning node parameters for some time and it was clearly working but it apparently broke somewhere along the way and I can''t tell why.
Here''s part of the modules/sudoers/manifests/sudoers_hostgroup.pp
class sudoers::hostgroup {
case hostgroup {
default: {
file{"/etc/sudoers.d/admins_web":
ensure => present,
owner => root,
group => root,
mode => 0440,
source => "puppet:///modules/sudoers/admins_web"...