From 088312093159047c81846fa78eaac80bdceb0d2f Mon Sep 17 00:00:00 2001 From: Ciaby Date: Mon, 24 Aug 2015 17:56:09 +0200 Subject: [PATCH] Change RCCN version to 1.0.5-rtp --- 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 796bbdc..0f359e1 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', + revision => '1.0.5-rtp', require => [ File['/var/rhizomatica'], Package['git'] ], notify => [ Exec['locale-gen'], Exec['restart-freeswitch'],