From 7e52e952bba655ccd79aa201400339096e1e6a46 Mon Sep 17 00:00:00 2001 From: Keith Date: Wed, 3 Feb 2016 19:05:19 +0000 Subject: [PATCH] bumped tag for support menu addition --- 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 aee1148..d6dbd71 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.7', + revision => '1.0.8', require => [ File['/var/rhizomatica'], Package['git'] ], notify => [ Exec['locale-gen'], Exec['restart-freeswitch'],