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

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

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