From 562d145fb919b0b37cef4db69d7964e68bcce2ae Mon Sep 17 00:00:00 2001 From: Sergio Oliveira Date: Fri, 8 Nov 2013 17:40:23 -0200 Subject: [PATCH] Using package name and source to install punjab --- puppet/modules/colab/manifests/requirements.pp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/puppet/modules/colab/manifests/requirements.pp b/puppet/modules/colab/manifests/requirements.pp index 5cc53e8..6680437 100644 --- a/puppet/modules/colab/manifests/requirements.pp +++ b/puppet/modules/colab/manifests/requirements.pp @@ -23,8 +23,9 @@ class colab::requirements { } # XMPP connection manager - package { 'git+https://github.com/twonds/punjab@c96ffe4': + package { 'punjab': ensure => installed, + source => 'git+https://github.com/twonds/punjab@c96ffe4#egg=punjab', provider => pip, require => Package['python-pip'], } -- libgit2 0.21.2