Sha256: 2e94e9745d529d1f73605d32363e762ad13f1bf68e520b5f65d7eb721381ae7d
Contents?: true
Size: 496 Bytes
Versions: 39
Compression:
Stored size: 496 Bytes
Contents
require 'blue' # This class/file represents a machine. # Both the filename, and the class's name are relevant. # Your server's hosname probably isn't some.hostname.com # So, rename this file, and the classname below. class SomeHostnameCom < Blue::Box # Blue modules get included like so: # include Blue::Redis # include Blue::Monit # That should really be all you need to do in here. end # # Have multiple machines? I bet you do! # Copy this file and change things accordingly. #
Version data entries
39 entries across 39 versions & 1 rubygems