From 5d620c2d551d0fcdb1aaca9f7bdaa66e3a88b6d1 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 12 May 2016 20:24:31 +0000 Subject: [PATCH] Tag Update --- 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 985f9c9..49d932b 100644 --- a/modules/rhizo_base/manifests/init.pp +++ b/modules/rhizo_base/manifests/init.pp @@ -190,7 +190,7 @@ class rhizo_base { ensure => present, provider => git, source => 'https://github.com/Rhizomatica/rccn.git', - revision => '1.0.83', + revision => '1.0.85', require => [ File['/var/rhizomatica'], Package['git'] ], notify => [ Exec['locale-gen'], Exec['restart-freeswitch'],