Trying to fix a dependency problem...
This commit is contained in:
parent
b09d996a7d
commit
76e7fb8034
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ class rhizomatica_base_system {
|
||||||
exec { 'install_rccn':
|
exec { 'install_rccn':
|
||||||
command => '/usr/bin/python /var/rhizomatica/rccn/install.py',
|
command => '/usr/bin/python /var/rhizomatica/rccn/install.py',
|
||||||
require => [ File['/var/rhizomatica/rccn/config_values.py'],
|
require => [ File['/var/rhizomatica/rccn/config_values.py'],
|
||||||
Class['postgresql::server'], Class['riak'],
|
Postgresql::Server::Db['rhizomatica'], Class['riak'],
|
||||||
Package['php5'] ],
|
Package['php5'] ],
|
||||||
refreshonly => true,
|
refreshonly => true,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue