diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-07-10 12:36:52 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-07-11 08:02:07 +0200 |
commit | a0df248a2be61557b8a67c3d6e4df24dc3e7843e (patch) | |
tree | a65e84c5bce103ba54f74dd4930713b66cf466cc /modules/role | |
parent | 2742958fd69c91c442685be62140f1e29e363b95 (diff) | |
download | Puppet-a0df248a2be61557b8a67c3d6e4df24dc3e7843e.tar.gz Puppet-a0df248a2be61557b8a67c3d6e4df24dc3e7843e.tar.zst Puppet-a0df248a2be61557b8a67c3d6e4df24dc3e7843e.zip |
Add monitoring for etherpad
Diffstat (limited to 'modules/role')
-rw-r--r-- | modules/role/manifests/etherpad.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/role/manifests/etherpad.pp b/modules/role/manifests/etherpad.pp index 5ab5023..1a86389 100644 --- a/modules/role/manifests/etherpad.pp +++ b/modules/role/manifests/etherpad.pp | |||
@@ -22,6 +22,7 @@ class role::etherpad ( | |||
22 | include "profile::tools" | 22 | include "profile::tools" |
23 | include "profile::postgresql" | 23 | include "profile::postgresql" |
24 | include "profile::apache" | 24 | include "profile::apache" |
25 | include "profile::monitoring" | ||
25 | 26 | ||
26 | ensure_packages(["npm"]) | 27 | ensure_packages(["npm"]) |
27 | ensure_packages(["abiword"]) | 28 | ensure_packages(["abiword"]) |