From: Silvio Rhatto Date: Thu, 1 Jul 2010 00:30:34 +0000 (-0300) Subject: Note about apt on nodo::desktop::minimal X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=e30a5e56f4d52b585d17644c712993dea38c3760;p=puppet-nodo.git Note about apt on nodo::desktop::minimal --- diff --git a/manifests/desktop.pp b/manifests/desktop.pp index 6ace1bc..6b32f43 100644 --- a/manifests/desktop.pp +++ b/manifests/desktop.pp @@ -29,6 +29,10 @@ class nodo::desktop::minimal { $crypttab = false $xorg = false $pam = false + + # Apt is disabled as it's not ready for ubuntu $use_apt = false + + # Desktop class include nodo::desktop }