Sha256: ac07349926c3d99b5e4b2079c35c5feef1857040f9fcdf2735e863f170dc617e
Contents?: true
Size: 335 Bytes
Versions: 81
Compression:
Stored size: 335 Bytes
Contents
<% @path = '/etc/munin/plugin-conf.d/rubber' %> # munin-node clears out enviroment variables, so we need to add these in # to make sure we are running the correct ruby (rvm env vars, plus paths) [*] <%- ENV.select {|k, v| k =~ /rvm|ruby|bundler|gem|path/i }.each do |k, v| -%> env.<%= k %> <%= v %> <%- end -%> env.RUBYOPT rubygems
Version data entries
81 entries across 41 versions & 6 rubygems