summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2012-09-25 11:14:58 +0200
committervarac <varacanero@zeromail.org>2012-09-25 11:14:58 +0200
commitfaa36737e9fbd79425d99af6d48fcc07850b03e8 (patch)
tree642b0c5c322a4af148188b6062a590c6bcbb1f50
parenta579949ddd9f66cf18be4625ec364962e82c388b (diff)
requirements to install puppetmaster with passenger
-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
-----