Redirect webroot to RAI

This commit is contained in:
Keith Whyte 2021-02-26 04:56:22 +01:00
parent 5a43e9df76
commit 67df350f1b

View file

@ -348,6 +348,10 @@ schedule { 'never':
ensure => directory, ensure => directory,
} }
file { [ '/var/www/html/index.html', ]:
source => 'puppet:///modules/rhizo_base/index.html',
}
file { '/var/rhizo_backups/postgresql': file { '/var/rhizo_backups/postgresql':
ensure => directory, ensure => directory,
owner => 'postgres', owner => 'postgres',