Increase RCCN version to 1.0.2

This commit is contained in:
Ciaby 2015-07-18 17:25:19 +02:00
parent efb25ed054
commit cc8441f204

View file

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