aboutsummaryrefslogtreecommitdiff
path: root/manifests/utils/personal/bundle.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-09-23 17:49:56 -0300
committerSilvio Rhatto <rhatto@riseup.net>2016-09-23 17:49:56 -0300
commit0f83c2aebe89b53a939c2f437f827bfe9e90e02c (patch)
treef3e5a32341d07f9201d3751ba0a5026ed15b0e36 /manifests/utils/personal/bundle.pp
parent4a880ad141c8deefb41549e5e79c868303e1c296 (diff)
downloadpuppet-nodo-0f83c2aebe89b53a939c2f437f827bfe9e90e02c.tar.gz
puppet-nodo-0f83c2aebe89b53a939c2f437f827bfe9e90e02c.tar.bz2
Utils: reorder and cleanup
Diffstat (limited to 'manifests/utils/personal/bundle.pp')
-rw-r--r--manifests/utils/personal/bundle.pp12
1 files changed, 0 insertions, 12 deletions
diff --git a/manifests/utils/personal/bundle.pp b/manifests/utils/personal/bundle.pp
deleted file mode 100644
index 695bfa4..0000000
--- a/manifests/utils/personal/bundle.pp
+++ /dev/null
@@ -1,12 +0,0 @@
-class nodo::utils::personal::bundle {
- include nodo::utils::suckless
- include nodo::utils::office
- include nodo::utils::printer
- include nodo::utils::interface
- include nodo::utils::network
- include nodo::utils::development
- include nodo::utils::security
- include nodo::utils::multimedia
- include nodo::utils::java
- include nodo::utils::storage::archive
-}