aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/bcd/manifests/init.pp6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/bcd/manifests/init.pp b/modules/bcd/manifests/init.pp
index 44fbbbf3..3861d9b0 100644
--- a/modules/bcd/manifests/init.pp
+++ b/modules/bcd/manifests/init.pp
@@ -13,9 +13,9 @@ class bcd {
comment => "User for creating ISOs",
}
- package { bcd:
- ensure => 'installed',
- }
+ #package { bcd:
+ # ensure => 'installed',
+ #}
sudo::sudoers_config { "bcd":
content => template("bcd/sudoers.bcd")