summaryrefslogtreecommitdiff
path: root/tests/sudo-bad.pp
diff options
context:
space:
mode:
authorDan Bode <dan@bodepd.com>2010-06-02 11:46:22 -0500
committerDan Bode <dan@bodepd.com>2010-06-02 11:46:22 -0500
commit7ba8f5c287476cbd3e3fc51db2eebabda27380c7 (patch)
tree057922f11fc4399888ccce3ddc497fe76226d817 /tests/sudo-bad.pp
parent2f983bc4253bf5ca7ee641c8db9e8ccd96c0401d (diff)
rest of the tests that I moved.
Diffstat (limited to 'tests/sudo-bad.pp')
-rw-r--r--tests/sudo-bad.pp15
1 files changed, 0 insertions, 15 deletions
diff --git a/tests/sudo-bad.pp b/tests/sudo-bad.pp
deleted file mode 100644
index 5c0aebc..0000000
--- a/tests/sudo-bad.pp
+++ /dev/null
@@ -1,15 +0,0 @@
-sudoers{'BLAH':
- #target => '/tmp/sudoers',
- ensure => present,
- sudo_alias => 'Cmnd_Alias',
- items => ['/bin/blah', '/bin/blah4', '/bin/blah2'],
- require => Sudoers['Defaults@host']
-}
-sudoers{'Defaults@host':
- parameters => ['x=y', 'one=1', 'two=2'],
-}
-sudoers{'TEST':
- users => 'dan',
- hosts => 'localhost',
- commands => '/bin/true',
-}