Skip to content

Commit

Permalink
Drop uses of max_version
Browse files Browse the repository at this point in the history
  • Loading branch information
ehelms committed Feb 16, 2024
1 parent 2e65e54 commit a85dd72
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 69 deletions.
6 changes: 1 addition & 5 deletions definitions/features/foreman_proxy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,7 @@ def dhcpd_conf_exist?
end

def services
services = [system_service('foreman-proxy', 40)]
if check_max_version('foreman-proxy', '2.4')
services << system_service('smart_proxy_dynflow_core', 20)
end
services
[system_service('foreman-proxy', 40)]
end

def features
Expand Down
64 changes: 0 additions & 64 deletions definitions/procedures/foreman/remove_duplicate_obsolete_roles.rb

This file was deleted.

0 comments on commit a85dd72

Please sign in to comment.