Create dependent directory for sudoers so tests work on Centos 5
Signed-off-by: Ken Barber <ken@bob.sh>
This commit is contained in:
parent
cd31c71cb4
commit
abc63627d5
1 changed files with 7 additions and 0 deletions
|
@ -25,6 +25,13 @@ user {'puppet':
|
|||
gid => 'puppet',
|
||||
}
|
||||
|
||||
file { '/etc/sudoers.d':
|
||||
ensure => directory,
|
||||
mode => '0750',
|
||||
owner => root,
|
||||
group => root,
|
||||
}
|
||||
|
||||
file {'/etc/sudoers.d/puppet_postgresql_tests':
|
||||
ensure => file,
|
||||
content => 'vagrant ALL=(ALL) ALL',
|
||||
|
|
Loading…
Reference in a new issue