Change rccn to follow latest master
This commit is contained in:
parent
7c6c1f7ee9
commit
88d2b7f3ef
1 changed files with 2 additions and 2 deletions
|
@ -190,10 +190,10 @@ class rhizo_base {
|
||||||
}
|
}
|
||||||
|
|
||||||
vcsrepo { '/var/rhizomatica':
|
vcsrepo { '/var/rhizomatica':
|
||||||
ensure => present,
|
ensure => latest,
|
||||||
provider => git,
|
provider => git,
|
||||||
source => 'https://github.com/Rhizomatica/rccn.git',
|
source => 'https://github.com/Rhizomatica/rccn.git',
|
||||||
revision => '1.0.90',
|
revision => 'master',
|
||||||
require => [ File['/var/rhizomatica'], Package['git'] ],
|
require => [ File['/var/rhizomatica'], Package['git'] ],
|
||||||
notify => [ Exec['locale-gen'],
|
notify => [ Exec['locale-gen'],
|
||||||
Exec['restart-freeswitch'],
|
Exec['restart-freeswitch'],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue