From 7c6c1f7ee92421fb00ffcaa178b37fd4f99d045d Mon Sep 17 00:00:00 2001 From: Keith Date: Fri, 17 Jun 2016 18:41:27 +0100 Subject: [PATCH] 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 ebeaf3d..02819ab 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.89', + revision => '1.0.90', require => [ File['/var/rhizomatica'], Package['git'] ], notify => [ Exec['locale-gen'], Exec['restart-freeswitch'],