Commit d907fc5525c9d08843623116f51a4f0a4573985d

Authored by Sergio Oliveira
1 parent 48f90927

Added ntp module

puppet/modules.txt
1 1 tracywebtech-appdeploy==0.8.4
2 2 tracywebtech-security_updates==0.9.0
3 3  
  4 +puppetlabs-ntp
4 5 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 ntp
8 9 include security_updates
9 10 include appdeploy::deps::lxml
10 11 include appdeploy::deps::postgresql
... ...