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

Version Path
blue-0.2.7 templates/box.rb
blue-0.2.6 templates/box.rb
blue-0.2.5 templates/box.rb
blue-0.2.3 templates/box.rb
blue-0.2.2 templates/box.rb
blue-0.2.1 templates/box.rb
blue-0.2.0 templates/box.rb
blue-0.1.9 templates/box.rb
blue-0.1.8 templates/box.rb
blue-0.1.7 templates/box.rb
blue-0.1.6 templates/box.rb
blue-0.1.5 templates/box.rb
blue-0.1.4 templates/box.rb
blue-0.1.3 templates/box.rb
blue-0.1.2 templates/box.rb
blue-0.1.1 templates/box.rb
blue-0.1.pre templates/box.rb
blue-0.0.23 templates/box.rb
blue-0.0.22 templates/box.rb
blue-0.0.21 templates/box.rb