librato / statsd-cookbook

Chef cookbook to install Statsd
Apache License 2.0
26 stars 36 forks source link

Add support for Systemd and move to Inspec #203

Closed joestump closed 7 years ago

joestump commented 7 years ago

Like many others we're using a version of Ubuntu that uses Systemd rather than Upstart. Attached is an update that accomplishes the following:

It should also be noted that there's a few quirks with installing the latest NodeJS using the nodejs cookbook. That cookbook doesn't use the new 6.x and 7.x apt repositories, which leaves you with no npm and a very old version of Node. Hence the attributes to reconfigure that cookbook correctly. Additionally, you must include nodejs::npm now in your run_list if you'd like npm installed. It doesn't necessarily come installed by default.

Fixes #106 #36 #34 #35

mheffner commented 7 years ago

@joestump thank you for the PR, merged!

joestump commented 7 years ago

No problem; thanks for releasing this! 👍🏼