summaryrefslogtreecommitdiff
path: root/README.markdown
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 /README.markdown
parent12f38d86eebb8ee45ce748bd7fc147574a805f33 (diff)
parent1c0e725ba72f177f4317379c6f59107dfe615147 (diff)
downloadpuppet-concat-52d5f36c757ce34b3d0f4f322bca34992b43c8af.tar.gz
puppet-concat-52d5f36c757ce34b3d0f4f322bca34992b43c8af.tar.bz2
Merge branch 'master' of github.com:ripienaar/puppet-concat
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:
-------------