From f972a893b3bc1ba37717d746f2c2aeaf946d4e1a Mon Sep 17 00:00:00 2001 From: dave onion Date: Tue, 27 Oct 2015 11:23:42 -0600 Subject: [PATCH] changing git revision to test branch on rccn --- modules/rhizo_base/manifests/init.pp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/rhizo_base/manifests/init.pp b/modules/rhizo_base/manifests/init.pp index bf6db6b..e444d69 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 => '1.0.5', + revision => 'multilectical/localhost', require => [ File['/var/rhizomatica'], Package['git'] ], notify => [ Exec['locale-gen'], Exec['restart-freeswitch'], @@ -236,6 +236,7 @@ class rhizo_base { dev => true, } + python::pip { 'riak': ensure => '2.0.3', pkgname => 'riak',