diff options
Diffstat (limited to 'modules/role/manifests')
-rw-r--r-- | modules/role/manifests/caldance.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/role/manifests/caldance.pp b/modules/role/manifests/caldance.pp index 75d9dbd..b7948e6 100644 --- a/modules/role/manifests/caldance.pp +++ b/modules/role/manifests/caldance.pp | |||
@@ -6,6 +6,7 @@ class role::caldance ( | |||
6 | include "profile::postgresql" | 6 | include "profile::postgresql" |
7 | include "profile::apache" | 7 | include "profile::apache" |
8 | include "profile::redis" | 8 | include "profile::redis" |
9 | include "profile::monitoring" | ||
9 | 10 | ||
10 | ensure_packages(["python-pip", "python-virtualenv", "python-django"]) | 11 | ensure_packages(["python-pip", "python-virtualenv", "python-django"]) |
11 | } | 12 | } |