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 #42936 - win_iis module container settings #43073

Merged
merged 9 commits into from Aug 30, 2017

Conversation

Mapel88
Copy link
Contributor

@Mapel88 Mapel88 commented Aug 20, 2017

What does this PR do?

Fix bug #42936 - win_iis module container settings

What issues does this PR fix or reference?

fix container appPools identity type setting:

  • support string / numeric for server 2008 fixed
  • action completed validation test fixed

Previous Behavior

  • to set identity type in server 2008 need to use numeric id
  • the validation test failed cause it compared string & numeric

Tests written?

NO

Please review Salt's Contributing Guide for best practices.

Fix set_container_setting by adding map from string to numeric and vice versa.
Fix container_setting by adding map from string to numeric to support server 2008
@ghost
Copy link

ghost commented Aug 20, 2017

@Mapel88, thanks for your PR! By analyzing the history of the files in this pull request, we identified @m03, @twangboy and @trebortech to be potential reviewers.

@cachedout
Copy link
Contributor

Hi @Mapel88. Thanks for this. Could you please fix these lint errors before we merge this? Thanks.

https://jenkins.saltstack.com/job/PR/job/salt-pr-lint-n/13905/violations/

@Mapel88
Copy link
Contributor Author

Mapel88 commented Aug 22, 2017

Hi @cachedout
I'm sorry but I don't know where are the lint errors.
If you could tell me which lines needs to be fixed I'll do it.

thanks

identity type values are int.
Fix func create_cert_binding.
win 2008 uses the following format: ip!port and not ip!port!
Fix plint errors
Fix plint errors
@cachedout
Copy link
Contributor

Hi @Mapel88. Thanks for those fixes. There are still a handful of lint errors that remain though. Please let us know if you need any help clearing those up and we'll happily assist. Thanks!

@Mapel88
Copy link
Contributor Author

Mapel88 commented Aug 24, 2017

@cachedout - Would appreciate it.
I don't know how to identify those lint errors unless you specifically tell me what they are..

Thanks! :)

@twangboy
Copy link
Contributor

@rallytime rallytime merged commit ee209b1 into saltstack:2017.7 Aug 30, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants