aboutsummaryrefslogtreecommitdiffstats
path: root/modules/sudo
diff options
context:
space:
mode:
Diffstat (limited to 'modules/sudo')
-rw-r--r--modules/sudo/manifests/sudoers_config.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/sudo/manifests/sudoers_config.pp b/modules/sudo/manifests/sudoers_config.pp
index 29e51c8a..fdc38e9b 100644
--- a/modules/sudo/manifests/sudoers_config.pp
+++ b/modules/sudo/manifests/sudoers_config.pp
@@ -1,5 +1,5 @@
define sudo::sudoers_config($content) {
- file { "/etc/sudoers.d/$name":
+ file { "/etc/sudoers.d/${name}":
mode => '0440',
content => $content,
}