-
Notifications
You must be signed in to change notification settings - Fork 171
IIS configuration fails #124
Comments
@yzach, is it possible for you to provide more log information? There should be a log statement like |
@jfindlay Please see below
|
I did some investigation, it appears that python tries to execute the file Further investigation showed that it is caused by a conflict of quoting in modules/iis.py and a later split in modules/cmdmod.py. I managed to fix it by patching modules/iis.py#49 with the following line:
Should I submit a pull request? |
@yzach, yes, that would be great, thanks. |
I am trying to configure IIS on Windows 2012R2 x64 via
salt
. I downloaded and linkedsalt-contrib
. Now when I run:I am getting the following error
But when I am running
It displays the configured apppools.
The text was updated successfully, but these errors were encountered: