Created
September 1, 2014 20:50
-
-
Save tfitch/d5cd2954e0d052cd7a44 to your computer and use it in GitHub Desktop.
Name/values pairs hardcoded
This file contains hidden or 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
# if nothing was dynamic | |
iis_pool 'MyAppPool' do | |
runtime_version '12' | |
max_proc 4 | |
thirty_two_bit false | |
action :config | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment