summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDan Bode <dan@bodepd.com>2010-03-16 06:48:03 -0500
committerDan Bode <dan@bodepd.com>2010-03-16 06:48:03 -0500
commit3a84efb79240b36a7bc7b412917a88853f881abf (patch)
tree8e217f60f8a8676bab93e41214b371128c89fc1f /tests
parentbfbb6ecf855baf308ad23657c6001daccc3f98d8 (diff)
minor changes to tests
Diffstat (limited to 'tests')
-rw-r--r--tests/sudoers.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/sudoers.pp b/tests/sudoers.pp
index c072b49..2e1ed4b 100644
--- a/tests/sudoers.pp
+++ b/tests/sudoers.pp
@@ -11,7 +11,7 @@ sudoers{'BLAH1':
sudoers{'blah4':
#target => '/tmp/sudoers',
ensure => present,
- users => ['dan', 'dan4', 'dan3'],
+ users => ['dan', 'dan4', 'dan3'],
hosts => ['localhost', 'localhost2'],
commands => ['/bin/true blah', '/bin/false de', '/bin/duder/dude blah'],
require => Sudoers['Defaults@host'],