Skip to content

Commit

Permalink
Fix class signature change for core
Browse files Browse the repository at this point in the history
  • Loading branch information
GregSutcliffe committed Oct 30, 2013
1 parent 8ce972d commit f0c7290
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/default_hostgroup_managed_host_patch.rb
Expand Up @@ -10,8 +10,8 @@ class << self
end

module ClassMethods
def importHostAndFacts_with_apply_hostgroup hostname, facts, certname = nil
host, result = importHostAndFacts_without_apply_hostgroup(hostname, facts, certname)
def importHostAndFacts_with_apply_hostgroup hostname, facts, certname = nil, proxy_id = nil
host, result = importHostAndFacts_without_apply_hostgroup(hostname, facts, certname, proxy_id)
Rails.logger.debug "DefaultHostgroup: performing Hostgroup check"

unless valid_hostgroup?
Expand Down

0 comments on commit f0c7290

Please sign in to comment.