Skip to content
This repository has been archived by the owner on Nov 3, 2022. It is now read-only.

fixes #11308 - don't use deprecated proxy scope #27

Merged
merged 1 commit into from Aug 10, 2015
Merged

fixes #11308 - don't use deprecated proxy scope #27

merged 1 commit into from Aug 10, 2015

Conversation

mmoll
Copy link
Contributor

@mmoll mmoll commented Aug 7, 2015

Maybe merge together with #24 and bump the version to 1.0.0 because of Foreman version dependencies.

@@ -16,7 +16,7 @@

# Global parameters used in configuration snippets
parameters = [
{ :name => 'chef_handler_foreman_url', :value => SmartProxy.chef_proxies.first.try(:url) || Setting.foreman_url },
{ :name => 'chef_handler_foreman_url', :value => SmartProxy.with_features('chef').first.try(:url) || Setting.foreman_url },
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

capital C in Chef is needed

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done.

@ares
Copy link
Member

ares commented Aug 10, 2015

This change will be compatible with Foreman 1.5+, we just have to release new version which will make it to 1.9 repo. The linked PR will need the bump for sure but I was thinking about 0.2, 1.0.0 would sound too stable.

@ares
Copy link
Member

ares commented Aug 10, 2015

Thanks @mmoll, merging!

ares added a commit that referenced this pull request Aug 10, 2015
fixes #11308 - don't use deprecated proxy scope
@ares ares merged commit 0b0769c into theforeman:master Aug 10, 2015
@mmoll mmoll deleted the proxy_features branch August 10, 2015 11:53
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
2 participants