Change RCCN version to 1.0.6

This commit is contained in:
Ciaby 2015-09-24 20:41:47 +02:00
parent 9f7214b2ff
commit fd600bcd90

View file

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