summaryrefslogtreecommitdiff
path: root/provisioning/manifests/debian.pp
blob: 644714c0639dd025a7f50c39011658091e3f816d (plain)
1
2
3
4
5
# This class will install the requirements to setup the
# useragent from source
class { '::pixelated::apt': } ->
class { '::pixelated::common': } ->
class { '::pixelated::source': }