summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authorR.I.Pienaar <rip@devco.net>2012-05-29 19:30:35 +0100
committerR.I.Pienaar <rip@devco.net>2012-05-29 19:30:35 +0100
commit52d5f36c757ce34b3d0f4f322bca34992b43c8af (patch)
treec87669a92e8674302e13e218b7cd15b2ab40685f /manifests/init.pp
parent12f38d86eebb8ee45ce748bd7fc147574a805f33 (diff)
parent1c0e725ba72f177f4317379c6f59107dfe615147 (diff)
Merge branch 'master' of github.com:ripienaar/puppet-concat
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp12
1 files changed, 8 insertions, 4 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 48aeec3..0b3ed56 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -31,10 +31,14 @@
# to control that and thus control the order the final file gets built in.
#
# SETUP:
-# The class concat::setup defines a variable $concatdir - you should set this
-# to a directory where you want all the temporary files and fragments to be
-# stored. Avoid placing this somewhere like /tmp since you should never
-# delete files here, puppet will manage them.
+# The class concat::setup uses the fact concat_basedir to define the variable
+# $concatdir, where all the temporary files and fragments will be
+# durably stored. The fact concat_basedir will be set up on the client to
+# <Puppet[:vardir]>/concat, so you will be able to run different setup/flavours
+# of puppet clients.
+# However, since this requires the file lib/facter/concat_basedir.rb to be
+# deployed on the clients, so you will have to set "pluginsync = true" on
+# both the master and client, at least for the first run.
#
# There's some regular expression magic to figure out the puppet version but
# if you're on an older 0.24 version just set $puppetversion = 24