Help message for pluginsync now references the correct section of the config

This commit is contained in:
Aaron Blew 2013-09-27 00:24:58 -07:00
parent bcf1f5407a
commit bb16039347
2 changed files with 2 additions and 2 deletions

View file

@ -80,7 +80,7 @@ manifest files.
Known Issues:
-------------
* Since puppet-concat now relies on a fact for the concat directory,
you will need to set up pluginsync = true on the [master] section of your
you will need to set up pluginsync = true on both the master and client
node's '/etc/puppet/puppet.conf' 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

View file

@ -27,7 +27,7 @@ class concat::setup {
if $::concat_basedir {
$concatdir = $::concat_basedir
} else {
fail ("\$concat_basedir not defined. Try running again with pluginsync=true on the [master] section of your node's '/etc/puppet/puppet.conf'.")
fail ("\$concat_basedir not defined. Try running again with pluginsync=true on the [master] and/or [main] section of your node's '/etc/puppet/puppet.conf'.")
}
$majorversion = regsubst($::puppetversion, '^[0-9]+[.]([0-9]+)[.][0-9]+$', '\1')