Sha256: 4287c2e5bf8fa824c35192ffb80397c5f849f6cfa0e087444bf0c8d8c1434022
Contents?: true
Size: 249 Bytes
Versions: 15
Compression:
Stored size: 249 Bytes
Contents
class 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
15 entries across 15 versions & 1 rubygems