aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2024-07-02 23:00:45 -0300
committerSilvio Rhatto <rhatto@riseup.net>2024-07-02 23:00:45 -0300
commit1646094e8589fbb12d30753b96c6156e4a714b93 (patch)
treecf5ed2a5fd17cc806ffbfa70a324d276bf1feeca /manifests
parentd3675721bceafa031ef266a89c43f70468aacb40 (diff)
downloadpuppet-nodo-1646094e8589fbb12d30753b96c6156e4a714b93.tar.gz
puppet-nodo-1646094e8589fbb12d30753b96c6156e4a714b93.tar.bz2
Fix: nodo::utils::bundle::standard: reorganize
Diffstat (limited to 'manifests')
-rw-r--r--manifests/utils/bundle/standard.pp6
1 files changed, 4 insertions, 2 deletions
diff --git a/manifests/utils/bundle/standard.pp b/manifests/utils/bundle/standard.pp
index 6d67991..fe6e37c 100644
--- a/manifests/utils/bundle/standard.pp
+++ b/manifests/utils/bundle/standard.pp
@@ -3,9 +3,11 @@ 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
+
+ # Old dependencies
+ #include nodo::utils::network::xmpp
+ #include nodo::utils::desktop::gnome
#include nodo::utils::multimedia::downloaders
}