From fd600bcd9014cd9740f9e68ae9ae75a9baac1d43 Mon Sep 17 00:00:00 2001 From: Ciaby Date: Thu, 24 Sep 2015 20:41:47 +0200 Subject: [PATCH] Change RCCN version to 1.0.6 --- modules/rhizo_base/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/rhizo_base/manifests/init.pp b/modules/rhizo_base/manifests/init.pp index 0f359e1..5aec3f5 100644 --- a/modules/rhizo_base/manifests/init.pp +++ b/modules/rhizo_base/manifests/init.pp @@ -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'],