Vagrant: Fix public paths for the dev environment

refs #5638
refs #5554
This commit is contained in:
Eric Lippmann 2014-02-18 17:41:31 +01:00
parent 2b7f11a752
commit 76769865da
1 changed files with 2 additions and 2 deletions

View File

@ -584,7 +584,7 @@ file { '/var/www/html/icingaweb/css':
file { '/var/www/html/icingaweb/img':
ensure => 'link',
target => '/vagrant/public/css',
target => '/vagrant/public/img',
owner => 'apache',
group => 'apache',
require => File['/var/www/html/icingaweb']
@ -592,7 +592,7 @@ file { '/var/www/html/icingaweb/img':
file { '/var/www/html/icingaweb/js':
ensure => 'link',
target => '/vagrant/public/css',
target => '/vagrant/public/js',
owner => 'apache',
group => 'apache',
require => File['/var/www/html/icingaweb']