aboutsummaryrefslogtreecommitdiff
path: root/manifests/utils/bundle/poweruser.pp
blob: 51021c268542d6d918f60a547dbc1b10f7bbc952 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Bundle for power users
class nodo::utils::bundle::poweruser {
  include nodo::utils::office::console
  include nodo::utils::office::gui
  include nodo::utils::interface
  include nodo::utils::development
  include nodo::utils::security
  include nodo::utils::network
  include nodo::utils::storage::archive
  include nodo::utils::multimedia
  include nodo::utils::monkeysphere
  include nodo::utils::network::mail
  include nodo::utils::web::console
}