b8dc57bbe1
* install Astute as package; * setup supervisor to use system ruby instead of rbenv ruby; * code is given in accordance with Ruby 1.9 or higher; * remove symbolic link to astute bin agent. Implements: blueprint fuel-new-system-ruby-in-master-node Change-Id: I41d23330443b592d045186dc989df9e4dc72d387
2 lines
110 B
Plaintext
2 lines
110 B
Plaintext
#!/bin/bash
|
|
ruby -r 'rubygems' -e "gem 'astute', '>= 0'; load Gem.bin_path('astute', 'astuted', '>= 0')" -- $@ |