Sha256: fef422216d14255744a8a3815e98b770a8682d1da6add94d7b3ee7f6374d8987
Contents?: true
Size: 360 Bytes
Versions: 31
Compression:
Stored size: 360 Bytes
Contents
# set :user, "flippy" # set :password, "hello-flippy" # set :gateway, "gateway.example.com" role :web, "web1.example.com" role :app, "app1.example.com", "app2.example.com" desc <<-DESC This is a sample task. It is only intended to be used as a demonstration of \ how you can define your own tasks. DESC task :sample_task, :roles => :app do run "ls -l" end
Version data entries
31 entries across 31 versions & 8 rubygems