summaryrefslogtreecommitdiff
path: root/tests/sudoers/default.pp
diff options
context:
space:
mode:
authorDan Bode <bodepd@gmail.com>2010-11-02 08:35:47 -0500
committerDan Bode <bodepd@gmail.com>2010-11-02 08:35:47 -0500
commit487841f80bcf64152b9745161f1ff5a82d5b30cc (patch)
treeea11d2ee89962f683ecdd783978c97bc3515df9c /tests/sudoers/default.pp
parent09faa027acc029316a1ba486eb2e7daebd6b2719 (diff)
fixed some basic tests
Diffstat (limited to 'tests/sudoers/default.pp')
-rw-r--r--tests/sudoers/default.pp9
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/sudoers/default.pp b/tests/sudoers/default.pp
deleted file mode 100644
index 3383ad7..0000000
--- a/tests/sudoers/default.pp
+++ /dev/null
@@ -1,9 +0,0 @@
-#
-# this should fail, cannot have a use called Defaults
-#
-sudoers{'BLAHDDD':
- # could be a user named defaults
- users => ['dan', 'Defaults'],
- hosts => 'ALL',
- commands => '/bin/ls -la'
-}