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