Sha256: 471350f8064949dc2313b50b5840c85e1a2f853b70c8ec17e12805a6a7c683a0

Contents?: true

Size: 308 Bytes

Versions: 32

Compression:

Stored size: 308 Bytes

Contents

machines do
  env :stage do                
    user :jira                 
    ami 'ami-e348af8a'               # Alestic Debian 5.0, 32-bit (US)
  end  
end

routines do  
  setup do
    # NOTE: This fails b/c it's trying to login as jira rather than root. 
    adduser :jira
    authorize :jira
  end
end

Version data entries

32 entries across 32 versions & 2 rubygems

Version Path
solutious-rudy-0.9.2 examples/authorize.rb
solutious-rudy-0.9.3 examples/authorize.rb
solutious-rudy-0.9.4 examples/authorize.rb
rudy-0.9.8.020 examples/authorize.rb
rudy-0.9.8.019 examples/authorize.rb
rudy-0.9.8.018 examples/authorize.rb
rudy-0.9.8.017 examples/authorize.rb
rudy-0.9.8.016 examples/authorize.rb
rudy-0.9.8.015 examples/authorize.rb
rudy-0.9.8.014 examples/authorize.rb
rudy-0.9.8.013 examples/authorize.rb
rudy-0.9.8.012 examples/authorize.rb
rudy-0.9.8.011 examples/authorize.rb
rudy-0.9.8.010 examples/authorize.rb
rudy-0.9.8.009 examples/authorize.rb
rudy-0.9.8.008 examples/authorize.rb
rudy-0.9.8.007 examples/authorize.rb
rudy-0.9.8.006 examples/authorize.rb
rudy-0.9.8.005 examples/authorize.rb
rudy-0.9.8.004 examples/authorize.rb