Update to Go 1.6 & Debian 7
This commit is contained in:
15
environments/development/manifests/init.pp
Normal file
15
environments/development/manifests/init.pp
Normal file
@@ -0,0 +1,15 @@
|
||||
stage { "prepare":
|
||||
before => Stage["main"],
|
||||
}
|
||||
|
||||
class setup {
|
||||
exec { "update-aptitude":
|
||||
command => "/usr/bin/apt-get update -y",
|
||||
}
|
||||
}
|
||||
|
||||
class {
|
||||
"setup":
|
||||
stage => prepare;
|
||||
"golang":;
|
||||
}
|
||||
Reference in New Issue
Block a user