Add newer ondrej ppa, update to php5.6

This commit is contained in:
Wile E. Coyote 2017-01-24 18:02:36 +00:00
parent e28e6a3c07
commit 728fe30a63
3 changed files with 11 additions and 5 deletions

View file

@ -183,6 +183,10 @@ class rhizo_base {
ensure => directory,
}
file { '/var/www/html':
ensure => directory,
}
file { '/var/rhizo_backups/postgresql':
ensure => directory,
owner => 'postgres',