summaryrefslogtreecommitdiff
path: root/manifests/setup.pp
diff options
context:
space:
mode:
authorGildas Le Nadan <mael@tirnamban.org>2012-05-20 20:24:22 +0200
committerGildas Le Nadan <mael@tirnamban.org>2012-05-20 20:24:22 +0200
commit0bbbe320ccd6df0b8e51b9b9dfc9debdf1e2654a (patch)
tree9db11fc14cde2e395c307ed866caa0f56488c430 /manifests/setup.pp
parente9c97b88205bdf0f79754d89279b9c142d944bd8 (diff)
add information about concat_basedir and the need for pluginsync = true at least once
Diffstat (limited to 'manifests/setup.pp')
-rw-r--r--manifests/setup.pp6
1 files changed, 3 insertions, 3 deletions
diff --git a/manifests/setup.pp b/manifests/setup.pp
index ce3f7ea..fb75584 100644
--- a/manifests/setup.pp
+++ b/manifests/setup.pp
@@ -1,8 +1,8 @@
# Sets up the concat system.
#
-# $concatdir should point to a place where you wish the fragments to
-# live. This should not be somewhere like /tmp since ideally these files
-# should not be deleted ever, puppet should always manage them
+# $concatdir is where the fragments live and is set on the fact concat_basedir.
+# Since puppet should always manage files in $concatdir and they should
+# not be deleted ever, /tmp is not an option.
#
# $puppetversion should be either 24 or 25 to enable a 24 compatible
# mode, in 24 mode you might see phantom notifies this is a side effect