Sha256: 9008cb553e497692ac654f56799d9f161f3cc97281961147db4573c35a785df3
Contents?: true
Size: 189 Bytes
Versions: 1
Compression:
Stored size: 189 Bytes
Contents
class Capper module Utils module Monit def monit_config(name, body) set(:monit_configs, fetch(:monit_configs, []) << "# #{name}\n#{body}") end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
capper-0.4.0 | lib/capper/utils/monit.rb |