Skip to content

Instantly share code, notes, and snippets.

@halcyonardency
Created July 26, 2014 19:43
Show Gist options
  • Save halcyonardency/6df49c834615f3c5dcfc to your computer and use it in GitHub Desktop.
Save halcyonardency/6df49c834615f3c5dcfc to your computer and use it in GitHub Desktop.
Verification that /etc/defaults/sensu won't get reverted back to the rpm default when updating to 0.13.0. Yay!
...
Installed:
sensu.x86_64 1:0.12.6-5
Complete!
[root@localhost ~]# cat /etc/default/sensu
EMBEDDED_RUBY=false
[root@localhost ~]# echo "EMBEDDED_RUBY=true" > /etc/default/sensu
[root@localhost ~]# cat /etc/default/sensu; yum -q -y update sensu; rpm -q sensu; cat /etc/default/sensu
EMBEDDED_RUBY=true
No Presto metadata available for sensu
sensu-0.13.0-1.x86_64
EMBEDDED_RUBY=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment