Skip to content

Instantly share code, notes, and snippets.

@thommay
Created August 23, 2013 13:05
Show Gist options
  • Save thommay/6319143 to your computer and use it in GitHub Desktop.
Save thommay/6319143 to your computer and use it in GitHub Desktop.
require 'pp'
require 'kitchen'
module Kitchen
module Driver
class Truthy < Kitchen::Driver::SSHBase
default_config :truthy, true
def create(state)
puts "state"
pp state
puts "---\nconfig"
pp config
end
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment