summaryrefslogtreecommitdiff
path: root/provisioning/manifests/source.pp
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2015-01-07 11:45:05 +0100
committervarac <varacanero@zeromail.org>2015-01-19 10:35:17 +0100
commitdf9c4d5af39c0eb4f48a9540a688b34a36722d12 (patch)
treed22c5cbf20963c7b6a1b2f6985414be368aad2c5 /provisioning/manifests/source.pp
parent2cbe39d723d429a8aea7601d37da8b694f77a81b (diff)
added Vagrantfile and provision scripts
- use leap jessie boxes for now - remove rng-tools hack that speeded up key generation from Vagrant provisioning we don't want to generate weak keys, even when it takes longer - set source box as default for 'vagrant up' - properly override vm.box_url for different providers
Diffstat (limited to 'provisioning/manifests/source.pp')
-rw-r--r--provisioning/manifests/source.pp4
1 files changed, 4 insertions, 0 deletions
diff --git a/provisioning/manifests/source.pp b/provisioning/manifests/source.pp
new file mode 100644
index 00000000..899257c7
--- /dev/null
+++ b/provisioning/manifests/source.pp
@@ -0,0 +1,4 @@
+class { '::pixelated::apt': } ->
+class { '::pixelated::common': } ->
+class { '::pixelated::source': }
+