diff options
author | varac <varacanero@zeromail.org> | 2013-02-01 21:46:06 +0100 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2013-02-01 21:46:06 +0100 |
commit | 0ab18bc91fa84df2c457ca1ea43ebebc65e5bb2b (patch) | |
tree | 9a61ef4a8699e3e45dec54fda71186e4582ebca0 /puppet/manifests | |
parent | a059418a7690b38c1ccc1e32e57c297e70396dac (diff) |
moved concat::setup to site_config::default
Because in site.pp it didn't get the tag "leap_base"
and would not be declared with leap cli's default puppet
tags.
Fixes: parent directory /var/lib/puppet/concat
does not exist (Feature#1625)
Diffstat (limited to 'puppet/manifests')
-rw-r--r-- | puppet/manifests/site.pp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/puppet/manifests/site.pp b/puppet/manifests/site.pp index d422bef7..53b452d1 100644 --- a/puppet/manifests/site.pp +++ b/puppet/manifests/site.pp @@ -5,9 +5,7 @@ stage { 'initial': before => Stage['main'], } -# prerequisites import 'common' -include concat::setup include site_config::default include site_config::slow |