blob: 69fabdd6215c37768ae574d54fcd34e199ae1463 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#sudoers{'BLAH4':
# sudo_alias => 'Runas_Alias',
# items => 'root',
#}
sudoers{'BLAH4':
#target => '/tmp/sudoers',
ensure => present,
users => ['dan', 'dan4', 'dan3'],
hosts => ['localhost', 'localhost2'],
commands => ['/bin/true blah', '/bin/false de', '/bin/duder/dude blah'],
type => 'spec'
}
|