aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-09-23 20:26:09 -0300
committerSilvio Rhatto <rhatto@riseup.net>2016-09-23 20:26:09 -0300
commitca54bf4cba32678c682da4df7c32b8ed1668b8cf (patch)
tree2a02412385ee800eb0dbc037a6e2f362e5858556 /manifests
parent0427a314c3b8bef2a46dac43f7bea41eb33612fd (diff)
downloadpuppet-nodo-ca54bf4cba32678c682da4df7c32b8ed1668b8cf.tar.gz
puppet-nodo-ca54bf4cba32678c682da4df7c32b8ed1668b8cf.tar.bz2
Utils: includes cinnamon and gnome into standard bundle
Diffstat (limited to 'manifests')
-rw-r--r--manifests/utils/bundle/standard.pp4
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
}