summaryrefslogtreecommitdiff
path: root/tests/sudoers/test2.pp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/sudoers/test2.pp')
-rw-r--r--tests/sudoers/test2.pp5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/sudoers/test2.pp b/tests/sudoers/test2.pp
index 63c6714..6a095c5 100644
--- a/tests/sudoers/test2.pp
+++ b/tests/sudoers/test2.pp
@@ -7,14 +7,17 @@ sudoers{'NAME':
'(easapp)/usr/local/eas-ts/bin/appctl',
],
type => 'user_spec',
+ target => '/tmp/sudoers.test',
}
sudoers{'ALIAS_NAME':
ensure => present,
sudo_alias => 'Cmnd',
items => ['/bin/true', '/usr/bin/su - bob'],
type => 'alias',
+ target => '/tmp/sudoers.test',
}
sudoers{'Defaults@host':
parameters => ['x=y', 'one=1', 'two=2'],
type => 'default',
- }
+ target => '/tmp/sudoers.test',
+}