mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-23 22:04:25 +02:00
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':
|
file { '/var/www/html/icingaweb/img':
|
||||||
ensure => 'link',
|
ensure => 'link',
|
||||||
target => '/vagrant/public/css',
|
target => '/vagrant/public/img',
|
||||||
owner => 'apache',
|
owner => 'apache',
|
||||||
group => 'apache',
|
group => 'apache',
|
||||||
require => File['/var/www/html/icingaweb']
|
require => File['/var/www/html/icingaweb']
|
||||||
@ -592,7 +592,7 @@ file { '/var/www/html/icingaweb/img':
|
|||||||
|
|
||||||
file { '/var/www/html/icingaweb/js':
|
file { '/var/www/html/icingaweb/js':
|
||||||
ensure => 'link',
|
ensure => 'link',
|
||||||
target => '/vagrant/public/css',
|
target => '/vagrant/public/js',
|
||||||
owner => 'apache',
|
owner => 'apache',
|
||||||
group => 'apache',
|
group => 'apache',
|
||||||
require => File['/var/www/html/icingaweb']
|
require => File['/var/www/html/icingaweb']
|
||||||
|
Loading…
x
Reference in New Issue
Block a user