summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README13
1 files changed, 13 insertions, 0 deletions
diff --git a/README b/README
index d2564b4..916ce68 100644
--- a/README
+++ b/README
@@ -15,5 +15,18 @@ Depends on Modules
Usage
-----
+in your site.pp, i.e. :
+
+ $puppet_crontime = "0,12 * * * *"
+ include puppet::cron
+
+ include puppet::puppetmaster
+
+ include puppet::puppetmaster::passenger
+
+ $puppet_storeconfig_password="..."
+ include puppet::puppetmaster::storeconfigs
+
+
...tbc...