From: Silvio Rhatto Date: Fri, 23 Sep 2016 23:26:09 +0000 (-0300) Subject: Utils: includes cinnamon and gnome into standard bundle X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=ca54bf4cba32678c682da4df7c32b8ed1668b8cf;p=puppet-nodo.git Utils: includes cinnamon and gnome into standard bundle --- diff --git a/manifests/utils/bundle/standard.pp b/manifests/utils/bundle/standard.pp index 35bb586..2d1906d 100644 --- a/manifests/utils/bundle/standard.pp +++ b/manifests/utils/bundle/standard.pp @@ -1,8 +1,10 @@ # Bundle with standard packages -class nodo::utils::bundle::pc { +class nodo::utils::bundle::standard { include nodo::utils::office::gui include nodo::utils::printer include nodo::utils::network include nodo::utils::network::xmpp include nodo::utils::web::gui + include nodo::utils::desktop::gnome + include nodo::utils::desktop::cinnamon }