Rakefile in itamae-plugin-recipe-consul-0.1.3.beta1 vs Rakefile in itamae-plugin-recipe-consul-0.1.3
- old
+ new
@@ -22,9 +22,9 @@
task :all => HOSTS
HOSTS.each do |host|
desc "Run itamae to #{host}"
task host do
- sh "bundle exec itamae ssh --host=#{host} --vagrant --node-yaml=recipes/node.yml recipes/install.rb"
+ sh "itamae ssh --host=#{host} --vagrant --node-yaml=recipes/node.yml recipes/install.rb"
end
end
end