summaryrefslogtreecommitdiff
path: root/tests/sudoers/sudoers-create.pp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/sudoers/sudoers-create.pp')
-rw-r--r--tests/sudoers/sudoers-create.pp6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/sudoers/sudoers-create.pp b/tests/sudoers/sudoers-create.pp
index 625333c..2d1d95f 100644
--- a/tests/sudoers/sudoers-create.pp
+++ b/tests/sudoers/sudoers-create.pp
@@ -1,18 +1,18 @@
-sudoers { 'blah1':
+sudoers { 'BLAH1':
target => '/tmp/sudoers',
ensure => present,
sudo_alias => 'Cmnd_Alias',
items => ['/usr/bin/which', '/bin/touch'],
type => 'alias',
}
-sudoers { 'blah2':
+sudoers { 'BLAH2':
target => '/tmp/sudoers',
ensure => present,
sudo_alias => 'Host_Alias',
items => ['localhost', 'localhost.localdomain'],
type => 'alias',
}
-sudoers { 'blah3':
+sudoers { 'BLAH3':
target => '/tmp/sudoers',
ensure => present,
users => 'dan',