From 578c7b6d87d68dd7f70ccc62bb9970e5d2c9c9c9 Mon Sep 17 00:00:00 2001 From: Keith Date: Thu, 26 May 2016 16:18:07 +0100 Subject: [PATCH] Bump RCCN Tag --- 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 6bce4c6..368014f 100644 --- a/modules/rhizo_base/manifests/init.pp +++ b/modules/rhizo_base/manifests/init.pp @@ -193,7 +193,7 @@ class rhizo_base { ensure => present, provider => git, source => 'https://github.com/Rhizomatica/rccn.git', - revision => '1.0.86', + revision => '1.0.87', require => [ File['/var/rhizomatica'], Package['git'] ], notify => [ Exec['locale-gen'], Exec['restart-freeswitch'],