Sha256: 279c84b29ffc8c862c5554834daae481ea61a4fce3b43a0da3e1330c556abd5b
Contents?: true
Size: 250 Bytes
Versions: 33
Compression:
Stored size: 250 Bytes
Contents
module Capper module Utils module Monit def monit_config(name, body, options={}) set(:monit_configs, fetch(:monit_configs, {}).merge(name => { :options => options, :body => body })) end end end end
Version data entries
33 entries across 33 versions & 1 rubygems