diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-05-10 14:43:31 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-05-10 14:43:31 -0300 |
commit | 4548d4ae83df911ad4c9f09f9dbfb50ce4e2fddb (patch) | |
tree | a846958f34f3b6ffbab3f58208601a6bb96f8576 /manifests | |
parent | 5fcba59187d6f7f21fb6208dc4c5896cd7c554cc (diff) | |
download | puppet-nodo-4548d4ae83df911ad4c9f09f9dbfb50ce4e2fddb.tar.gz puppet-nodo-4548d4ae83df911ad4c9f09f9dbfb50ce4e2fddb.tar.bz2 |
Enabling apt at nodo::desktop::minimal
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/desktop.pp | 3 |
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 } |