From 722e3c8439c61beb229affcaf7174fe5cee92088 Mon Sep 17 00:00:00 2001 From: varac Date: Tue, 9 Feb 2016 15:47:49 +0100 Subject: Refactor vagrant provisioning scripts so we can use the 'debian.pp' manifest to install the requirements for setting up the useragent in a non-vagrant env. --- provisioning/manifests/source.pp | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'provisioning/manifests/source.pp') diff --git a/provisioning/manifests/source.pp b/provisioning/manifests/source.pp index 74859a63..82395ef9 100644 --- a/provisioning/manifests/source.pp +++ b/provisioning/manifests/source.pp @@ -1,5 +1,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::cleanup':} +class { '::pixelated::source': } -> +class { '::pixelated::source::install_useragent':} -- cgit v1.2.3