blob: b7948e65647e59288f7950c7bab5a7569b8d8ab1 (
plain) (
tree)
|
|
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"])
}
|