Change rccn to follow latest master

This commit is contained in:
Keith 2016-07-28 20:57:41 +02:00
parent 7c6c1f7ee9
commit 88d2b7f3ef

View file

@ -190,10 +190,10 @@ class rhizo_base {
}
vcsrepo { '/var/rhizomatica':
ensure => present,
ensure => latest,
provider => git,
source => 'https://github.com/Rhizomatica/rccn.git',
revision => '1.0.90',
revision => 'master',
require => [ File['/var/rhizomatica'], Package['git'] ],
notify => [ Exec['locale-gen'],
Exec['restart-freeswitch'],