Commit 3d50965b7340d53b3fbac13aeb90e0ca685a79b7
1 parent
b803f412
Exists in
master
and in
13 other branches
Adding mercurial to colab deps
Showing
1 changed file
with
4 additions
and
0 deletions
Show diff stats
puppet/modules/colab/manifests/requirements.pp
| @@ -6,6 +6,10 @@ class colab::requirements { | @@ -6,6 +6,10 @@ class colab::requirements { | ||
| 6 | ensure => installed, | 6 | ensure => installed, |
| 7 | } | 7 | } |
| 8 | 8 | ||
| 9 | + package { 'mercurial': | ||
| 10 | + ensure => installed, | ||
| 11 | + } | ||
| 12 | + | ||
| 9 | # req to install python pkgs | 13 | # req to install python pkgs |
| 10 | package { 'python-pip': | 14 | package { 'python-pip': |
| 11 | ensure => installed, | 15 | ensure => installed, |