aboutsummaryrefslogtreecommitdiff
path: root/manifests/utils/bundle/standard.pp
blob: fe6e37c7e5eba3672cf6f49e9530d1e0dfa31ac8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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::web::gui
  include nodo::utils::desktop::cinnamon

  # Old dependencies
  #include nodo::utils::network::xmpp
  #include nodo::utils::desktop::gnome
  #include nodo::utils::multimedia::downloaders
}