summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDan Bode <dan@bodepd.com>2010-03-12 12:31:06 -0600
committerDan Bode <dan@bodepd.com>2010-03-12 12:31:06 -0600
commitd112e442ed7b197627689d2508a7465914724622 (patch)
tree9d8624395386bf8a866ab6e709dc6fff615eeea8 /tests
parentc19ba550c879a5a29b1f10a5aa5d2a9b1adc020b (diff)
fixed most issues, getting close to a release
Diffstat (limited to 'tests')
-rw-r--r--tests/sudoers.pp8
1 files changed, 6 insertions, 2 deletions
diff --git a/tests/sudoers.pp b/tests/sudoers.pp
index 3328125..877a8da 100644
--- a/tests/sudoers.pp
+++ b/tests/sudoers.pp
@@ -16,8 +16,12 @@ sudoers{'blah2':
sudoers{'blah3':
#target => '/tmp/sudoers',
ensure => present,
- users => ['dan', 'dan2', 'dan3'],
+ #users => ['dan', 'dan2', 'dan3'],
hosts => ['localhost', 'localhost2'],
- commands => ['true', 'false'],
+ commands => ['true', 'false', 'dude'],
type => 'spec',
}
+sudoers{'Defaults@host':
+ type => 'default',
+ parameters => ['x=y', 'one=1', 'two=2'],
+}