From: Silvio Rhatto Date: Wed, 3 Jul 2024 02:00:45 +0000 (-0300) Subject: Fix: nodo::utils::bundle::standard: reorganize X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=1646094e8589fbb12d30753b96c6156e4a714b93;p=puppet-nodo.git Fix: nodo::utils::bundle::standard: reorganize --- 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 }