Update README to reflect puppet service restart

This commit is contained in:
Chris Price 2012-09-18 17:23:55 -07:00
parent ce3d4be317
commit 28733bb286

View file

@ -154,11 +154,11 @@ manifest will trigger:
PuppetDB
* Validate the PuppetDB connection and, if successful, modify the Puppet master
config files to use PuppetDB
* Restart the Puppet master so that it will pick up the config changes
You will need to restart your puppet master one time after the run, in order for
all of these changes to take effect. If your logging level is set to INFO or
finer, you should start seeing PuppetDB-related log messages appear in both your
Puppet master log and your PuppetDB log as subsequent agent runs occur.
If your logging level is set to INFO or finer, you should start seeing
PuppetDB-related log messages appear in both your Puppet master log and your
PuppetDB log as subsequent agent runs occur.
Note: If youd prefer to use PuppetDBs embedded database rather than
PostgreSQL, have a look at the database parameter on the puppetdb class. The