summaryrefslogtreecommitdiff
path: root/tests/sudoers.pp
diff options
context:
space:
mode:
authorDan Bode <dan@bodepd.com>2010-03-23 17:23:11 -0500
committerDan Bode <dan@bodepd.com>2010-03-23 17:23:11 -0500
commitfebe7a9d7597245284686e6c694fdb2645fa3262 (patch)
tree0578e7a7a5c5907bc78e4a03c4b6eb91f18e6061 /tests/sudoers.pp
parent50853b7018ecbfccf01870c37f5257f2c507c499 (diff)
minor changes to tests
Diffstat (limited to 'tests/sudoers.pp')
-rw-r--r--tests/sudoers.pp9
1 files changed, 4 insertions, 5 deletions
diff --git a/tests/sudoers.pp b/tests/sudoers.pp
index 2e1ed4b..03f2069 100644
--- a/tests/sudoers.pp
+++ b/tests/sudoers.pp
@@ -5,16 +5,15 @@ sudoers{'BLAH1':
#target => '/tmp/sudoers',
ensure => present,
sudo_alias => 'Cmnd_Alias',
- items => ['/bin/blah1', '/bin/blah4', '/bin/blah2'],
+ items => ['/bin/blah', '/bin/blah4', '/bin/blah2'],
require => Sudoers['BHAH2']
}
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'],
- require => Sudoers['Defaults@host'],
+ users => 'dan',
+ hosts => 'localhost',
+ commands => '/bin/true',
}
sudoers{'BHAH2':
#target => '/tmp/sudoers',