Install bazaar
This commit is contained in:
@@ -32,6 +32,12 @@ class golang ( $version = "1.4" ) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if ! defined(Package["bzr"]) {
|
||||||
|
package { "bzr":
|
||||||
|
ensure => present,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
if ! defined(Package["mercurial"]) {
|
if ! defined(Package["mercurial"]) {
|
||||||
package { "mercurial":
|
package { "mercurial":
|
||||||
ensure => present,
|
ensure => present,
|
||||||
|
|||||||
Reference in New Issue
Block a user