From f55dff631bd4be1750b0e617eb5f769025261d49 Mon Sep 17 00:00:00 2001 From: Keith Date: Thu, 28 Apr 2016 00:42:10 +0100 Subject: [PATCH] Tag Bump --- 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 6c82028..37ef848 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.81', + revision => '1.0.83', require => [ File['/var/rhizomatica'], Package['git'] ], notify => [ Exec['locale-gen'], Exec['restart-freeswitch'],