summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorGabriel Filion <gabster@lelutin.ca>2014-03-12 16:26:42 -0400
committerGabriel Filion <gabster@lelutin.ca>2014-03-12 16:26:42 -0400
commit0f817282af914c531dcbe19c1be6ac3209986984 (patch)
treed76ce0e88c2fa53d673dceb4843cece0be51063a /README
parent102de3b0e7c6e2f1ace419e028ed1c3920735d42 (diff)
parent3c93ba233924d640c77a5b4d153360d1636d0964 (diff)
Merge branch 'mention_path'
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 7 insertions, 0 deletions
diff --git a/README b/README
index dde3203..f0ef1ed 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
=============