Sha256: e45cea8b47ff152157055ca8d52181c709de746d15fda1d0ff40e6a32783cd82
Contents?: true
Size: 489 Bytes
Versions: 3
Compression:
Stored size: 489 Bytes
Contents
server :vagrant, { :host => "localhost", :user => 'vagrant', :ssh => { :port => 2222, :password => 'vagrant' }, :installer => :apt } repo :test, { :foo => "bar" } task :foo do sh "echo 'foo'" end task :foobar => :foo do sh "echo 'bar'" end task :install => :foobar do install 'zsh' sh "echo 'test'" sh "echo 'test2'" sh "echo 'test3'" repo_clone :test, "dest" end task :broken => :foo do sh "notacommand" end task :sudo do sh "sudo echo 'this is a sudo echo'" end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
shaddox-0.0.4 | Doxfile |
shaddox-0.0.3 | Doxfile |
shaddox-0.0.2 | Doxfile |