Logo
Explore Help
Sign In
sjc/vagrant-golang
1
0
Fork 0
You've already forked vagrant-golang
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
master
vagrant-golang/environments/development/manifests/init.pp

16 lines
199 B
ObjectPascal
Raw Permalink Normal View History

Install git and mercurial To make "go get" work in most cases you need either git or mercurial installed to clone the dependencies. Now the golang class will install these but the requirement to update aptitude (on debian based machines) is not a concern for the golang class and so is handled outside of the class.
2014-12-24 13:33:29 +00:00
stage { "prepare":
before => Stage["main"],
}
class setup {
exec { "update-aptitude":
command => "/usr/bin/apt-get update -y",
}
}
class {
"setup":
stage => prepare;
"golang":;
Setup recommended golang environment
2013-05-02 08:46:45 +01:00
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.5 Page: 31ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API