Sha256: 4b2ec4aa84c7894e50f01338232783e558239dc183c8fc42c7957d8e541dce60
Contents?: true
Size: 526 Bytes
Versions: 2
Compression:
Stored size: 526 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_clone :profile, "~" cd "~/profile" do sh "shaddox install" end 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.17 | Doxfile |
shaddox-0.0.16 | Doxfile |