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