Commit a80377857e716ac626cb0c721fb0ac3cdf6223b0

Authored by Charles Oliveira
2 parents 1b70448e 30a7b0bd

Merge branch 'update_puppet' of https://github.com/colab-community/colab into update_puppet

puppet/modules.txt
1 1 tracywebtech-appdeploy==0.8.4
  2 +tracywebtech-security_updates==0.9.0
2 3  
3 4 puppetlabs-postgresql
... ...
puppet/modules/colab/manifests/init.pp
... ... @@ -5,6 +5,7 @@ class colab {
5 5 require appdeploy::deps::python
6 6 require appdeploy::deps::essential
7 7  
  8 + include security_updates
8 9 include appdeploy::deps::lxml
9 10 include appdeploy::deps::postgresql
10 11 include colab::cronjobs
... ...