summaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorR.I.Pienaar <rip@devco.net>2012-05-20 11:29:21 -0700
committerR.I.Pienaar <rip@devco.net>2012-05-20 11:29:21 -0700
commit52dbf4a61a0a47b82b5213def9fe19b7af47a498 (patch)
tree9db11fc14cde2e395c307ed866caa0f56488c430 /README.markdown
parente9c97b88205bdf0f79754d89279b9c142d944bd8 (diff)
parent0bbbe320ccd6df0b8e51b9b9dfc9debdf1e2654a (diff)
downloadpuppet-concat-52dbf4a61a0a47b82b5213def9fe19b7af47a498.tar.gz
puppet-concat-52dbf4a61a0a47b82b5213def9fe19b7af47a498.tar.bz2
Merge pull request #20 from endemics/master
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:
-------------