Increase RCCN version to 1.0.3

This commit is contained in:
Ciaby 2015-07-18 18:09:22 +02:00
parent cc8441f204
commit fb4a918cbb

View file

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