Skip to content

rackerlabs/cookbook-mimic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mimic

Simple cookbook for mimic

development

When setting node["mimic"]["dev"] to true, you are expected to provide your own checkout of mimic mounted at node["mimic"]["path"]

Vagrant example:

Vagrant.configure("2") do |config|
  config.vm.synced_folder "/home/src/path", "/opt/mimic"
end