]> git.immae.eu Git - perso/Immae/Projets/Puppet.git/blob - modules/role/manifests/caldance.pp
b7948e65647e59288f7950c7bab5a7569b8d8ab1
[perso/Immae/Projets/Puppet.git] / modules / role / manifests / caldance.pp
1 class role::caldance (
2 ) {
3 include "base_installation"
4
5 include "profile::tools"
6 include "profile::postgresql"
7 include "profile::apache"
8 include "profile::redis"
9 include "profile::monitoring"
10
11 ensure_packages(["python-pip", "python-virtualenv", "python-django"])
12 }