lib/runcible/models/puppet_distributor.rb in runcible-1.0.3 vs lib/runcible/models/puppet_distributor.rb in runcible-1.0.4

- old
+ new

@@ -34,10 +34,10 @@ @serve_http = http @serve_https = https super(params) end - def type_id + def self.type_id 'puppet_distributor' end def config to_ret = self.as_json \ No newline at end of file