Skip to content

chiastolite/vagrant-itamae

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vagrant-itamae

vagrant-itamae is a vagrant plugin for Itamae

Example

Vagrant.configure('2') do |config|
  config.vm.box = "ubuntu/trusty64"

  config.vm.provision :itamae do |config|
    # execute command with sudo privilege(true or false)
    config.sudo = true

    # recipes(String or Array)
    config.recipes = ['./recipe.rb']

    config.json = './node.json'
  end
end

Installation

vagrant plugin install vagrant-itamae

about Itamae plugin

vagrant-itamae does not support itamae plugins. If you want to use itamae plugins with vagrant-itamae then try to use vagrant-multiplug

Contributing

  1. Fork it ( https://github.com/chiastolite/vagrant-itamae/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages