Class: TorqueBox::RemoteDeploy

Inherits:
Object
  • Object
show all
Defined in:
lib/xnlogic/server_profile.rb,
lib/xnlogic/server_profile.rb

Overview

Monkey patching this to extend the configuration

Instance Method Summary collapse

Instance Method Details

#api_hostname(hn) ⇒ Object



53
54
55
# File 'lib/xnlogic/server_profile.rb', line 53

def api_hostname(hn)
  # Unused
end

#nginx_conf(file_path) ⇒ Object



61
62
63
# File 'lib/xnlogic/server_profile.rb', line 61

def nginx_conf(file_path)
  # Unused
end

#ssl_cert(cert_path) ⇒ Object



57
58
59
# File 'lib/xnlogic/server_profile.rb', line 57

def ssl_cert(cert_path)
  # Unused
end