aboutsummaryrefslogtreecommitdiff
path: root/modules/role/manifests/caldance.pp
blob: b7948e65647e59288f7950c7bab5a7569b8d8ab1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
class role::caldance (
) {
  include "base_installation"

  include "profile::tools"
  include "profile::postgresql"
  include "profile::apache"
  include "profile::redis"
  include "profile::monitoring"

  ensure_packages(["python-pip", "python-virtualenv", "python-django"])
}