aboutsummaryrefslogtreecommitdiff
path: root/manifests/utils/bundle/standard.pp
blob: ff33e87219212928d89dcbdf91d3fe0578d75b72 (plain)
1
2
3
4
5
6
7
8
9
10
11
# Bundle with standard packages
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
  include nodo::utils::multimedia::downloaders
}