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