From fc4a90c718c8895dc422c39d8c66370aeae78161 Mon Sep 17 00:00:00 2001 From: Monocots Date: Sun, 16 Jun 2019 11:12:33 +0000 Subject: [PATCH] Use rccn master --- 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 181904e..a51fc33 100644 --- a/modules/rhizo_base/manifests/init.pp +++ b/modules/rhizo_base/manifests/init.pp @@ -286,7 +286,7 @@ schedule { 'repo': ensure => latest, provider => git, source => 'git@dev.rhizomatica.org:rhizomatica/rccn.git', - revision => 'whyteks/testing', + revision => 'master', require => [ File['/var/rhizomatica'], Package['git'] ], notify => [ Exec['locale-gen'], Exec['notify-freeswitch'],