diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-09-23 19:07:55 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-09-23 19:07:55 -0300 |
commit | db03a0e084e5f15fe67a7de1d4fbec0d9a404536 (patch) | |
tree | 03688fad21f46b9b3e2ff7bc8af118e071716eb9 /manifests/utils/bundle/standard.pp | |
parent | 0f83c2aebe89b53a939c2f437f827bfe9e90e02c (diff) | |
download | puppet-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.pp | 7 |
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 +} |