diff options
-rw-r--r-- | manifests/desktop.pp | 4 |
1 files changed, 4 insertions, 0 deletions
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 } |