From 85a567e3aa41f48c4e1d7daa6b3ff2e0b60217f2 Mon Sep 17 00:00:00 2001 From: Ciaby Date: Mon, 23 Nov 2015 19:02:04 +0100 Subject: [PATCH] Change RCCN version to 1.0.7 (localnet) --- 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 b29a44b..53e5f99 100644 --- a/modules/rhizo_base/manifests/init.pp +++ b/modules/rhizo_base/manifests/init.pp @@ -189,7 +189,7 @@ class rhizo_base { ensure => present, provider => git, source => 'https://github.com/Rhizomatica/rccn.git', - revision => '1.0.6', + revision => '1.0.7', require => [ File['/var/rhizomatica'], Package['git'] ], notify => [ Exec['locale-gen'], Exec['restart-freeswitch'],