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