lib/runcible/models/puppet_distributor.rb in runcible-1.2.0 vs lib/runcible/models/puppet_distributor.rb in runcible-1.3.0

- old
+ new

@@ -27,11 +27,11 @@ module Runcible module Models class PuppetDistributor < Distributor attr_accessor 'serve_http', 'serve_https', 'http_dir', 'https_dir', 'absolute_path' - def initialize(absolute_path, http, https, params={}) + def initialize(absolute_path, http, https, params = {}) @absolute_path = absolute_path @serve_http = http @serve_https = https super(params) end @@ -46,6 +46,6 @@ to_ret.delete('id') to_ret end end end -end \ No newline at end of file +end