Sha256: a730b276cd455db3eec3a71211be53c39d67468727d953d6c5fb36043ee182c3
Contents?: true
Size: 498 Bytes
Versions: 2
Compression:
Stored size: 498 Bytes
Contents
server :vagrant, { :host => "localhost", :user => 'vagrant', :ssh => { :port => 2222, :password => 'vagrant' }, :installer => :apt } repo :profile, { :url => "https://github.com/joshglendenning/profile.git" } task :foo do sh "echo 'foo'" end task :foobar => :foo do sh "echo 'bar'" end task :install => :foobar do install 'zsh' repo_deploy :profile, "~/repo_test/profile" end task :broken => :foo do sh "notacommand" end task :sudo do sh "sudo echo 'this is a sudo echo'" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
shaddox-0.0.19 | Doxfile |
shaddox-0.0.18 | Doxfile |