From f71f3162cce7357e3758ecf778869246eda1b196 Mon Sep 17 00:00:00 2001 From: dave onion Date: Tue, 27 Oct 2015 12:33:34 -0600 Subject: [PATCH] fixing name of branch on rccn repo --- 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 e444d69..a910203 100644 --- a/modules/rhizo_base/manifests/init.pp +++ b/modules/rhizo_base/manifests/init.pp @@ -154,7 +154,7 @@ class rhizo_base { ensure => present, provider => git, source => 'https://github.com/Rhizomatica/rccn.git', - revision => 'multilectical/localhost', + revision => 'multilectical/localnetpage', require => [ File['/var/rhizomatica'], Package['git'] ], notify => [ Exec['locale-gen'], Exec['restart-freeswitch'],