Skip to content

Commit

Permalink
Added bzr and mercurial as essentials
Browse files Browse the repository at this point in the history
  • Loading branch information
seocam committed Jul 31, 2014
1 parent 5a3666d commit 9d56a57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/deps/essential.pp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
default => 'git',
}

ensure_packages([$git_pkg, 'unzip'])
ensure_packages([$git_pkg, 'unzip', 'mercurial', 'bzr'])

case $osfamily {
'RedHat': {
Expand Down

0 comments on commit 9d56a57

Please sign in to comment.