Add dependency for rai link (needs apache installed)
This commit is contained in:
parent
be4cf640b5
commit
81b3cd03cc
1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,7 @@ class rhizomatica_base_system {
|
||||||
file { '/var/www/html/rai':
|
file { '/var/www/html/rai':
|
||||||
ensure => link,
|
ensure => link,
|
||||||
target => '/var/rhizomatica/rai',
|
target => '/var/rhizomatica/rai',
|
||||||
require => Vcsrepo['/var/rhizomatica'],
|
require => [ Vcsrepo['/var/rhizomatica'], Package['apache2'] ],
|
||||||
}
|
}
|
||||||
|
|
||||||
file { '/var/www/html/rai/graphs':
|
file { '/var/www/html/rai/graphs':
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue