aboutsummaryrefslogtreecommitdiff
path: root/manifests/utils/bundle/standard.pp
blob: 35bb586ef9cf4a16401f253f5b0438b300d384d9 (plain)
1
2
3
4
5
6
7
8
# Bundle with standard packages
class nodo::utils::bundle::pc {
  include nodo::utils::office::gui
  include nodo::utils::printer
  include nodo::utils::network
  include nodo::utils::network::xmpp
  include nodo::utils::web::gui
}