abusesa: Fix path in the vsroom -> live redirect
This commit is contained in:
parent
85a37f8624
commit
dc87bed659
3 changed files with 16 additions and 2 deletions
|
@ -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":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue