diff options
author | varac <varacanero@zeromail.org> | 2012-09-25 11:14:58 +0200 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2012-09-25 11:14:58 +0200 |
commit | faa36737e9fbd79425d99af6d48fcc07850b03e8 (patch) | |
tree | 642b0c5c322a4af148188b6062a590c6bcbb1f50 | |
parent | a579949ddd9f66cf18be4625ec364962e82c388b (diff) |
requirements to install puppetmaster with passenger
-rw-r--r-- | README | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 ----- |