diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-09-23 20:26:09 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-09-23 20:26:09 -0300 |
commit | ca54bf4cba32678c682da4df7c32b8ed1668b8cf (patch) | |
tree | 2a02412385ee800eb0dbc037a6e2f362e5858556 /manifests/utils | |
parent | 0427a314c3b8bef2a46dac43f7bea41eb33612fd (diff) | |
download | puppet-nodo-ca54bf4cba32678c682da4df7c32b8ed1668b8cf.tar.gz puppet-nodo-ca54bf4cba32678c682da4df7c32b8ed1668b8cf.tar.bz2 |
Utils: includes cinnamon and gnome into standard bundle
Diffstat (limited to 'manifests/utils')
-rw-r--r-- | manifests/utils/bundle/standard.pp | 4 |
1 files changed, 3 insertions, 1 deletions
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 } |