Sha256: 8a917e339dc85fd281f4a2534e770dc443a8d4812ae7b9e65dbc8d4931093886

Contents?: true

Size: 817 Bytes

Versions: 11

Compression:

Stored size: 817 Bytes

Contents

# ----------------------------------------------------------- COMMANDS --------
# The commands block defines shell commands that can be used in routines. The
# ones defined here are added to the default list defined by Rye::Cmd (Rudy 
# executes all SSH commands via Rye). 
#
# Usage: 
#
# allow COMMAND-NAME
# allow COMMAND-NAME, '/path/2/COMMAND'
# allow COMMAND-NAME, '/path/2/COMMAND', 'default argument', 'another arg'
#
commands do
  allow :apt_get, "apt-get", :y, :q
  allow :gem_install, "/usr/bin/gem", "install", :n, '/usr/bin', :y, :V, "--no-rdoc", "--no-ri"
  allow :gem_sources, "/usr/bin/gem", "sources"
  allow :passenger_install_apache2, "passenger-install-apache2-module", '--auto'
  allow :passenger_install_nginx, "passenger-install-nginx-module", '--auto', '--autodownload'
  allow :apache2ctl
end

Version data entries

11 entries across 11 versions & 3 rubygems

Version Path
sabat-rudy-0.8.0 examples/debian-sinatra-passenger/commands.rb
solutious-rudy-0.7.4 examples/debian-sinatra-passenger/commands.rb
solutious-rudy-0.7.5 examples/debian-sinatra-passenger/commands.rb
solutious-rudy-0.7.6 examples/debian-sinatra-passenger/commands.rb
solutious-rudy-0.8.0 examples/debian-sinatra-passenger/commands.rb
solutious-rudy-0.8.1 examples/debian-sinatra-passenger/commands.rb
solutious-rudy-0.8.2 examples/debian-sinatra-passenger/commands.rb
rudy-0.7.4 examples/debian-sinatra-passenger/commands.rb
rudy-0.7.6 examples/debian-sinatra-passenger/commands.rb
rudy-0.8.1 examples/debian-sinatra-passenger/commands.rb
rudy-0.8.0 examples/debian-sinatra-passenger/commands.rb