Module: Vagabond

Defined in:
lib/vagabond/core.rb,
lib/vagabond/spec.rb,
lib/vagabond/knife.rb,
lib/vagabond/errors.rb,
lib/vagabond/layout.rb,
lib/vagabond/server.rb,
lib/vagabond/helpers.rb,
lib/vagabond/kitchen.rb,
lib/vagabond/version.rb,
lib/vagabond/settings.rb,
lib/vagabond/uploader.rb,
lib/vagabond/vagabond.rb,
lib/vagabond/constants.rb,
lib/vagabond/actions/up.rb,
lib/vagabond/actions/ssh.rb,
lib/vagabond/actions/init.rb,
lib/vagabond/actions/thaw.rb,
lib/vagabond/helpers/base.rb,
lib/vagabond/vagabondfile.rb,
lib/vagabond/actions/start.rb,
lib/vagabond/helpers/knife.rb,
lib/vagabond/actions/create.rb,
lib/vagabond/actions/freeze.rb,
lib/vagabond/actions/status.rb,
lib/vagabond/helpers/chains.rb,
lib/vagabond/helpers/naming.rb,
lib/vagabond/helpers/server.rb,
lib/vagabond/uploader/knife.rb,
lib/vagabond/actions/cluster.rb,
lib/vagabond/actions/destroy.rb,
lib/vagabond/actions/rebuild.rb,
lib/vagabond/helpers/commands.rb,
lib/vagabond/actions/provision.rb,
lib/vagabond/helpers/callbacks.rb,
lib/vagabond/uploader/berkshelf.rb,
lib/vagabond/uploader/librarian.rb,
lib/vagabond/monkey/kitchen_config.rb,
lib/vagabond/internal_configuration.rb

Defined Under Namespace

Modules: Actions, Helpers, MonkeyPatch Classes: Core, InternalConfiguration, Kitchen, Knife, Layout, Server, Settings, Spec, Uploader, Vagabond, VagabondError, Vagabondfile, Version

Constant Summary collapse

VERSION =
Version.new('0.2.10', 'Hi friend')
COLORS =
Mash.new(
  :success => :green,
  :create => :green,
  :setup => :blue,
  :error => :red,
  :failed => :red,
  :verified => :yellow,
  :converged => :magenta,
  :destroyed => :red,
  :kitchen => [:cyan, :bold]
)