aboutsummaryrefslogtreecommitdiff
path: root/manifests/desktop.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-05-10 14:43:31 -0300
committerSilvio Rhatto <rhatto@riseup.net>2011-05-10 14:43:31 -0300
commit4548d4ae83df911ad4c9f09f9dbfb50ce4e2fddb (patch)
treea846958f34f3b6ffbab3f58208601a6bb96f8576 /manifests/desktop.pp
parent5fcba59187d6f7f21fb6208dc4c5896cd7c554cc (diff)
downloadpuppet-nodo-4548d4ae83df911ad4c9f09f9dbfb50ce4e2fddb.tar.gz
puppet-nodo-4548d4ae83df911ad4c9f09f9dbfb50ce4e2fddb.tar.bz2
Enabling apt at nodo::desktop::minimal
Diffstat (limited to 'manifests/desktop.pp')
-rw-r--r--manifests/desktop.pp3
1 files changed, 0 insertions, 3 deletions
diff --git a/manifests/desktop.pp b/manifests/desktop.pp
index a8c5e19..c1f8bac 100644
--- a/manifests/desktop.pp
+++ b/manifests/desktop.pp
@@ -33,9 +33,6 @@ class nodo::desktop::minimal {
# Backups should happen when the box are likely to be online
$backup_when = 'everyday at 12:00'
- # Apt is disabled as it's not ready for ubuntu
- $use_apt = false
-
# Desktop class
include nodo::desktop
}