juliancdunn: yea, as I was typing I realized I'm already using their handler, so now I need to see how I do it. I don't want to write an agent check in python/ add another point of failure
sweet, so the embedded ruby already has that gem
nitinmohan871 has quit
coderanger
vidluther: I would not use Chef's embedded Ruby for ancillary scripts outside of Chef
vidluther: Its an implementation detail at best
vidluther
yea, it feels wrong, but considering I have to use their official/supported handler to make it easy to integrate with chef anyway, this seems like it may do the trick
bradbeam joined the channel
bencaron joined the channel
coderanger: btw, poise looks like it could possibly replace the need to do silly things like chef_rvm, or chef_rbenv, chruby, and other madness?
coderanger
Thats the idea, yes
vidluther
for the times when heroku or some other paas doesn't cut it
coderanger
gcc on a server should be considered a bug :)
scalp42 has quit
vidluther
hmm. if that works, i will send you some alcoholic beverage of choice.. and spoken like a man with experience, +1 on gcc == grounds for keyboard removal
coderanger
vidluther: It isn't perfect, there are issues with linking certain gems, usually because OpenSSL thinks ABI compatability is for chumps
so stuff cross linking between poise-ruby and libs from apt can fail, like the pg gem if you use libpq from apt
vidluther
just add more -jNs
this is mostly mysql app, but I dunno, I'm new to rails and stuff. On my mac it wanted Qt when I did bundle install
for some testing framework
coderanger
vidluther: It isn't a speed issue, its that the version of OpenSSL shipped with poise-ruby is isolated from the OS
vidluther
o
add more anyway!
postwait joined the channel
carlp has quit
freezey_ has quit
Aimon joined the channel
Aimon has quit
Aimon joined the channel
juergenb has quit
michaelhart has quit
ankit joined the channel
tylercipriani joined the channel
Aimon has quit
cloudnull_zzz is now known as cloudnull
SFLimey has quit
pu22l3r has quit
scalp42 joined the channel
pu22l3r joined the channel
hzhao has quit
ericReeves joined the channel
mikehaas763 joined the channel
digitalchild
is it possible to query the chef server to say, give me machines with role monitoring-server and then grab the ip in a recipe?
id like to avoid hard coding ips in things if possible