summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 10 insertions, 0 deletions
diff --git a/README b/README
index 6fd494e..3210c7b 100644
--- a/README
+++ b/README
@@ -69,6 +69,16 @@ $puppetmaster_ensure_version = '2.7.18-1~bpo60+1'
NOTE: You will need the apt module in order to specify the puppetmaster version.
Also, this functionality is only implemented for Debian and derived distributions.
+This is the apparent minimum manifest for installing puppetmaster:
+
+ import 'common'
+
+ include apt
+ include concat::setup
+ $puppetmaster_mode = 'passenger'
+ include puppet::puppetmaster
+
+
Munin
-----