Vagrant: Fix public paths for the dev environment
refs #5638 refs #5554
This commit is contained in:
parent
2b7f11a752
commit
76769865da
|
@ -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']
|
||||
|
|
Loading…
Reference in New Issue