Add a symlink to rccn/log
This commit is contained in:
parent
ba752aa526
commit
e08f96d6e2
1 changed files with 6 additions and 0 deletions
|
@ -293,6 +293,12 @@ class rhizo_base {
|
||||||
source => 'puppet:///modules/rhizo_base/etc/locale.gen',
|
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':
|
file { '/var/www/html/rai':
|
||||||
ensure => link,
|
ensure => link,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue