Change RCCN version to 1.0.7 (localnet)

This commit is contained in:
Ciaby 2015-11-23 19:02:04 +01:00
parent 988c14e909
commit 85a567e3aa

View file

@ -189,7 +189,7 @@ class rhizo_base {
ensure => present,
provider => git,
source => 'https://github.com/Rhizomatica/rccn.git',
revision => '1.0.6',
revision => '1.0.7',
require => [ File['/var/rhizomatica'], Package['git'] ],
notify => [ Exec['locale-gen'],
Exec['restart-freeswitch'],