summaryrefslogtreecommitdiff
path: root/puppet/manifests
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2013-02-01 21:46:06 +0100
committervarac <varacanero@zeromail.org>2013-02-01 21:46:06 +0100
commit0ab18bc91fa84df2c457ca1ea43ebebc65e5bb2b (patch)
tree9a61ef4a8699e3e45dec54fda71186e4582ebca0 /puppet/manifests
parenta059418a7690b38c1ccc1e32e57c297e70396dac (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.pp2
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