summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorGabriel Filion <gabster@lelutin.ca>2013-11-15 01:12:00 -0500
committerGabriel Filion <gabster@lelutin.ca>2013-11-15 01:15:59 -0500
commit82cf365b2c7b4c98c84b2b1c39338fcdb33a86d9 (patch)
tree0c420da1bcd6678ded1d90c958674a1a925eccab /README
parent6d9a84686734e598249410bf60eedf2d7fd2e521 (diff)
README: Mention the need for setting the path appropriately
Without at least /sbin, /bin, /usr/sbin and /usr/bin, the setmysqlpass.sh script won't run correctly and the module will not set the requested root password.
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 7 insertions, 0 deletions
diff --git a/README b/README
index a454dbd..333b4e7 100644
--- a/README
+++ b/README
@@ -16,6 +16,13 @@ installed, specifically it must have nagios::plugin::deploy functionality.
You will need to have activated storedconfigs on the puppetmaster.
+You need to ensure that the PATH environment variable contains the appropriate
+directories else the root password will not be set correctly to the requested
+value. Since the variable is empty by default when running puppet, you need to
+have something similar to this somewhere in your manifests:
+
+ Exec { path => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin' }
+
Special Notes
=============