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

DSC cookbook should enable winrm with https transport #27

Merged
merged 12 commits into from
Dec 5, 2014

Conversation

NimishaS
Copy link

By default listener is created for http transport with 'winrm quickconfig'. We need to create listener for https transport as a part of DSC cookbook.

@@ -22,4 +22,9 @@
# INSTALLATION_REBOOT_MODE = "immediate_reboot". Used for immediate node reboot after powershell installation.
# INSTALLATION_REBOOT_MODE = "delayed_reboot". Used for node reboot after chef-client run.
default['powershell']['installation_reboot_mode'] = ENV['INSTALLATION_REBOOT_MODE'] || 'no_reboot'

# For enabling HTTPS transport in dsc recipe
Copy link

Choose a reason for hiding this comment

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

This is actually in the winrm recipe, which happens to be used by the dsc recipe.

@adamedx
Copy link

adamedx commented Dec 4, 2014

Looks good to me -- thank you. 👍

NimishaS pushed a commit that referenced this pull request Dec 5, 2014
DSC cookbook should enable winrm with https transport
@NimishaS NimishaS merged commit 906381d into sous-chefs:master Dec 5, 2014
@NimishaS NimishaS deleted the nim/winrm_with_https branch December 5, 2014 11:37
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.

3 participants