Add a symlink to rccn/log

This commit is contained in:
Wile E. Coyote 2017-02-03 13:38:50 +00:00
parent ba752aa526
commit e08f96d6e2

View file

@ -294,6 +294,12 @@ class rhizo_base {
}
}
file { '/var/log/rccn':
ensure => link,
target => '/var/rhizomatica/rccn/log',
require => [ Vcsrepo['/var/rhizomatica'] ],
}
file { '/var/www/html/rai':
ensure => link,
target => '/var/rhizomatica/rai',