]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Note about apt on nodo::desktop::minimal
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 1 Jul 2010 00:30:34 +0000 (21:30 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 1 Jul 2010 00:30:34 +0000 (21:30 -0300)
manifests/desktop.pp

index 6ace1bc680682d4a06fa289c8fef533d12784948..6b32f432ca84a5a746ce6fe089f6add59450a15a 100644 (file)
@@ -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
 }