summaryrefslogtreecommitdiffstats
path: root/modules/sudo/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/sudo/manifests/init.pp')
-rw-r--r--modules/sudo/manifests/init.pp3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/sudo/manifests/init.pp b/modules/sudo/manifests/init.pp
index 28e1537..3cd20ac 100644
--- a/modules/sudo/manifests/init.pp
+++ b/modules/sudo/manifests/init.pp
@@ -4,6 +4,7 @@ class sudo {
}
file { "/etc/sudoers.d/wheel":
- content => '%wheel ALL=(ALL) ALL';
+ content => '%wheel ALL=(ALL) ALL',
+ require => Package['sudo'];
}
}