fuel-library/deployment/puppet/nailgun/templates/astuted.erb
Vladimir Sharshov b8dc57bbe1 Use a new ruby 2.1 in the master node as a single ruby version.
* 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
2014-04-08 12:18:26 +04:00

2 lines
110 B
Plaintext

#!/bin/bash
ruby -r 'rubygems' -e "gem 'astute', '>= 0'; load Gem.bin_path('astute', 'astuted', '>= 0')" -- $@