aboutsummaryrefslogtreecommitdiff
path: root/manifests/nodo.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/nodo.pp')
-rw-r--r--manifests/nodo.pp8
1 files changed, 5 insertions, 3 deletions
diff --git a/manifests/nodo.pp b/manifests/nodo.pp
index 8b2b5e5..e634ce9 100644
--- a/manifests/nodo.pp
+++ b/manifests/nodo.pp
@@ -34,9 +34,11 @@ class nodo {
}
# Apt configuration
- $backports_enabled = true
- $apt_update_method = 'cron'
- include apt
+ if $use_apt != false {
+ $backports_enabled = true
+ $apt_update_method = 'cron'
+ include apt
+ }
# Default SSH configuration
$sshd_password_authentication = "yes"