lib/isomorfeus/puppetmaster.rb in isomorfeus-puppetmaster-0.8.1 vs lib/isomorfeus/puppetmaster.rb in isomorfeus-puppetmaster-0.8.2
- old
+ new
@@ -1,8 +1,8 @@
module Isomorfeus
module Puppetmaster
class << self
- attr_accessor :app, :download_path, :server_port, :session
+ attr_accessor :app, :download_path, :launch_options, :server_port, :session
attr_writer :server_host, :server_scheme
def boot_app
@served_app = Isomorfeus::Puppetmaster::Server.new(app, port: server_port, host: server_host).boot
end