Created
July 26, 2014 19:43
-
-
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!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
... | |
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