Run the install.py script after the initial git clone
This commit is contained in:
parent
cadd46c90f
commit
e98f7a4aab
1 changed files with 6 additions and 0 deletions
|
@ -142,6 +142,12 @@ class rhizomatica_base_system {
|
||||||
require => Vcsrepo['/var/rhizomatica'],
|
require => Vcsrepo['/var/rhizomatica'],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
exec { 'install_rccn':
|
||||||
|
command => '/usr/bin/python /var/rhizomatica/rccn/install.py',
|
||||||
|
require => File['/var/rhizomatica/rccn/config_values.py'],
|
||||||
|
refreshonly => true,
|
||||||
|
}
|
||||||
|
|
||||||
file { '/var/www/rai':
|
file { '/var/www/rai':
|
||||||
ensure => link,
|
ensure => link,
|
||||||
target => '/var/rhizomatica/rai',
|
target => '/var/rhizomatica/rai',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue