mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-25 23:04:51 +02:00
Symlink svg dir in vagrant box
This commit is contained in:
parent
b451af5fe7
commit
b0c2d9a0ac
@ -583,6 +583,13 @@ file { '/var/www/html/icingaweb/css':
|
|||||||
group => 'apache',
|
group => 'apache',
|
||||||
}
|
}
|
||||||
|
|
||||||
|
file { '/var/www/html/icingaweb/svg':
|
||||||
|
ensure => 'link',
|
||||||
|
target => '/vagrant/public/svg',
|
||||||
|
owner => 'apache',
|
||||||
|
group => 'apache',
|
||||||
|
}
|
||||||
|
|
||||||
file { '/var/www/html/icingaweb/img':
|
file { '/var/www/html/icingaweb/img':
|
||||||
ensure => 'link',
|
ensure => 'link',
|
||||||
target => '/vagrant/public/img',
|
target => '/vagrant/public/img',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user