summaryrefslogtreecommitdiff
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
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)
-rw-r--r--puppet/manifests/site.pp2
-rw-r--r--puppet/modules/site_config/manifests/default.pp2
2 files changed, 2 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
diff --git a/puppet/modules/site_config/manifests/default.pp b/puppet/modules/site_config/manifests/default.pp
index 14b389e8..c65c0799 100644
--- a/puppet/modules/site_config/manifests/default.pp
+++ b/puppet/modules/site_config/manifests/default.pp
@@ -3,6 +3,8 @@ class site_config::default {
$domain_hash = hiera('domain')
+ include concat::setup
+
# default class, used by all hosts
include lsb, git