aboutsummaryrefslogtreecommitdiff
path: root/manifests/utils/bundle/standard.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-09-23 19:07:55 -0300
committerSilvio Rhatto <rhatto@riseup.net>2016-09-23 19:07:55 -0300
commitdb03a0e084e5f15fe67a7de1d4fbec0d9a404536 (patch)
tree03688fad21f46b9b3e2ff7bc8af118e071716eb9 /manifests/utils/bundle/standard.pp
parent0f83c2aebe89b53a939c2f437f827bfe9e90e02c (diff)
downloadpuppet-nodo-db03a0e084e5f15fe67a7de1d4fbec0d9a404536.tar.gz
puppet-nodo-db03a0e084e5f15fe67a7de1d4fbec0d9a404536.tar.bz2
Utils: split network, rename personal to bundle
Diffstat (limited to 'manifests/utils/bundle/standard.pp')
-rw-r--r--manifests/utils/bundle/standard.pp7
1 files changed, 7 insertions, 0 deletions
diff --git a/manifests/utils/bundle/standard.pp b/manifests/utils/bundle/standard.pp
new file mode 100644
index 0000000..b63c976
--- /dev/null
+++ b/manifests/utils/bundle/standard.pp
@@ -0,0 +1,7 @@
+# Bundle with standard packages
+class nodo::utils::bundle::pc {
+ include nodo::utils::office
+ include nodo::utils::printer
+ include nodo::utils::network
+ include nodo::utils::network::xmpp
+}