Skip to content

Commit

Permalink
Merge pull request #58 from d-m-u/removing_ior
Browse files Browse the repository at this point in the history
remove rest of inventory object refresh
  • Loading branch information
agrare authored Mar 23, 2020
2 parents a9f604b + c63a759 commit 8788d35
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ def self.description
@description ||= "Foreman Configuration".freeze
end

def inventory_object_refresh?
true
end

def image_name
"foreman_configuration"
end
Expand Down
4 changes: 0 additions & 4 deletions app/models/manageiq/providers/foreman/provisioning_manager.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,4 @@ def self.description
def self.supported_for_create?
false
end

def inventory_object_refresh?
true
end
end

0 comments on commit 8788d35

Please sign in to comment.