Symlink svg dir in vagrant box

This commit is contained in:
Thomas Gelf 2014-03-21 13:57:58 +00:00
parent b451af5fe7
commit b0c2d9a0ac
1 changed files with 7 additions and 0 deletions

View File

@ -583,6 +583,13 @@ file { '/var/www/html/icingaweb/css':
group => 'apache',
}
file { '/var/www/html/icingaweb/svg':
ensure => 'link',
target => '/vagrant/public/svg',
owner => 'apache',
group => 'apache',
}
file { '/var/www/html/icingaweb/img':
ensure => 'link',
target => '/vagrant/public/img',