elijah / chef-prometheus

Chef cookbook for Prometheus. The open source service monitoring system and time-series database.
Apache License 2.0
52 stars 93 forks source link

golang is dependency for recipe::source #55

Closed AlexeyDemidov closed 7 years ago

AlexeyDemidov commented 8 years ago

If Prometheus is installed from the source it needs golang installed on the target system but this dependency isn't specified anywhere.

elijah commented 7 years ago

I'm adding dependencies on golang and an include_recipe golang::default to the source recipe -- can you figure out what's up with the GOPATH and make suggestions on how we should revise the source recipe so that it actually works correctly? [I tried it out locally and it fails midstream....]

elijah commented 7 years ago

I've made quite a few minor changes around GOPATH today; I don't have it (source builds) quite working yet but the golang recipe inclusion has been fixed for some time.