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