summaryrefslogtreecommitdiff
path: root/provisioning/manifests/source.pp
blob: 82395ef96de695bdada287d9b583970e01d7c269 (plain)
1
2
3
4
5
6
7
8
9
# This class will install the requirements and the useragent
# from source. It's the default provision script called by
# 'vagrant up'

class { '::pixelated::apt': } ->
class { '::pixelated::common': } ->
class { '::pixelated::source': } ->
class { '::pixelated::source::install_useragent':}