From 988c14e909b24557dc0e3bdfa4106d6ec2127176 Mon Sep 17 00:00:00 2001 From: onion Date: Tue, 17 Nov 2015 11:11:35 -0600 Subject: [PATCH] changing revision to point back to tag 1.0.6 as on master --- modules/rhizo_base/manifests/init.pp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/modules/rhizo_base/manifests/init.pp b/modules/rhizo_base/manifests/init.pp index 849cc4f..b29a44b 100644 --- a/modules/rhizo_base/manifests/init.pp +++ b/modules/rhizo_base/manifests/init.pp @@ -189,9 +189,7 @@ class rhizo_base { ensure => present, provider => git, source => 'https://github.com/Rhizomatica/rccn.git', - revision => 'multilectical/localnetpage', -# change back for production -# revision => '1.0.6', + revision => '1.0.6', require => [ File['/var/rhizomatica'], Package['git'] ], notify => [ Exec['locale-gen'], Exec['restart-freeswitch'],