aboutsummaryrefslogtreecommitdiff
path: root/manifests/utils/bundle/poweruser.pp
blob: fdb207faef8320f121b7f70f7967dafa9831182e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Bundle for power users
class nodo::utils::bundle::poweruser {
  include nodo::utils::doc
  include nodo::utils::office
  include nodo::utils::office::console
  include nodo::utils::office::readers
  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
}