summaryrefslogtreecommitdiff
path: root/README.markdown
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 /README.markdown
parente9c97b88205bdf0f79754d89279b9c142d944bd8 (diff)
add information about concat_basedir and the need for pluginsync = true at least once
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown
index 1945150..bb9571a 100644
--- a/README.markdown
+++ b/README.markdown
@@ -81,6 +81,12 @@ Known Issues:
in a run, the next run will also see it as changed. This is due
to how 0.24.8 does the purging of unhandled files, this is improved
in 0.25.x and we cannot work around it in our code.
+* Since puppet-concat now relies on a fact for the concat directory,
+ you will need to set up pluginsync = true for at least the first run.
+ You have this issue if puppet fails to run on the client and you have
+ a message similar to
+ "err: Failed to apply catalog: Parameter path failed: File
+ paths must be fully qualified, not 'undef' at [...]/concat/manifests/setup.pp:44".
Contributors:
-------------