Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix bug with setting no_managed_code #403

Closed
wants to merge 1 commit into from
Closed

fix bug with setting no_managed_code #403

wants to merge 1 commit into from

Conversation

EasyAsABC123
Copy link
Contributor

Signed-off-by jmschu02@gmail.com

Description

Fixes a bug in iis_pool that causes an issue with resetting to no_managed_code runtime versions

Issues Resolved

#395

Check List

Signed-off-by: Justin Schuhmann <jmschu02@gmail.com>
@@ -269,8 +269,12 @@ def configure
end

if new_resource.no_managed_code
converge_if_changed :runtime_version do
Chef::Log.warn("ran into no managed runtime #{new_resource.runtime_version} | #{current_resource.runtime_version}")
Copy link
Contributor

Choose a reason for hiding this comment

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

What's your intention with #{new_resource.runtime_version} | #{current_resource.runtime_version}" here?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I honestly don't know why i did the above, it looks like i hit a bug with Chef converge_if_changed

@tas50
Copy link
Contributor

tas50 commented Jul 24, 2018

This needs a rebase before we can merge it in.

@EasyAsABC123
Copy link
Contributor Author

was destroyed and moved to #434

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority: Medium Will bring visible benefit to the project
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants