Commit 3d50965b7340d53b3fbac13aeb90e0ca685a79b7

Authored by Sergio Oliveira
1 parent b803f412

Adding mercurial to colab deps

puppet/modules/colab/manifests/requirements.pp
... ... @@ -6,6 +6,10 @@ class colab::requirements {
6 6 ensure => installed,
7 7 }
8 8  
  9 + package { 'mercurial':
  10 + ensure => installed,
  11 + }
  12 +
9 13 # req to install python pkgs
10 14 package { 'python-pip':
11 15 ensure => installed,
... ...