abusesa: Fix path in the vsroom -> live redirect

This commit is contained in:
Ossi Salmi 2015-06-08 12:57:50 +03:00
parent 85a37f8624
commit dc87bed659
3 changed files with 16 additions and 2 deletions

View file

@ -143,6 +143,13 @@ define abusesa::search::configwebhost($htdocs) {
owner => 'root',
group => 'root',
}
file { "/srv/www/https/${name}/abusesa/index.html":
ensure => present,
mode => '0644',
owner => 'root',
group => 'root',
content => '',
}
}
file { "/srv/www/https/${name}/abusesa/search":