puppet-iis icon indicating copy to clipboard operation
puppet-iis copied to clipboard

Puppet module for configuring IIS

Results 23 puppet-iis issues
Sort by recently updated
recently updated
newest added

Is [this](http://www.php.net/manual/en/install.windows.iis7.php#install.windows.iis7.fastcgi.conf.ui) something puppet-iis can do?

Example: ``` C:\Program Files (x86)\Puppet Labs\Puppet\bin>C:\Windows\System32\inetsrv\appcmd .exe add site /name:test.com /bindings:http/*:80:test.com /physicalpath:"c:\apps \test" ``` Just makes it so you can set physical path like the above example.

add physicalpath to be able to create Application under Default Web Site.

I have projects that need bindings such as "net.tcp:", "net.pipe:", "net.msmq", "msmq.formatname", etc. What is the format and availability of configuring these in my puppet module? I can only find...

When I try to display the current iis_vdir resources on a windows server 2008 R2 system I get this error: C:>puppet resource iis_vdir Error: Could not run: undefined method `end_with?'...

I wasn't able to find that functionality. All I need to do is: ``` appcmd.exe set config "Default Web Site" -section:system.webServer/security/ipSecurity /+"[ipAddress='192.168.100.1',allowed='False']" /commit:apphost ```

Hi Simon, This may not be an issue but wanted to check with you if there is a way to configure custom errors to a diff URL/custom page etc through...

Hi, I can't work out a way to set the recycling.periodicRestart.schedule property with this module? I am guessing its because it could have multiple values and as such might be...