From: Silvio Rhatto Date: Tue, 10 May 2011 17:43:31 +0000 (-0300) Subject: Enabling apt at nodo::desktop::minimal X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=4548d4ae83df911ad4c9f09f9dbfb50ce4e2fddb;p=puppet-nodo.git Enabling apt at nodo::desktop::minimal --- 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 }