Created
February 24, 2015 00:05
-
-
Save awaxa/00e8015d9016b59d091d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
exec { 'IIS Feature Delegation, Handler Mappings: R/W': | |
command => 'Set-WebConfiguration //System.webServer/handlers -metadata overrideMode -value Allow -PSPath IIS:/', | |
refreshonly => true, | |
} | |
exec { 'IIS Feature Delegation, Modules: R/W': | |
command => 'Set-WebConfiguration //System.webServer/modules -metadata overrideMode -value Allow -PSPath IIS:/', | |
refreshonly => true, | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment