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

@ -293,6 +293,12 @@ class rhizo_base {
source => 'puppet:///modules/rhizo_base/etc/locale.gen',
}
}
file { '/var/log/rccn':
ensure => link,
target => '/var/rhizomatica/rccn/log',
require => [ Vcsrepo['/var/rhizomatica'] ],
}
file { '/var/www/html/rai':
ensure => link,