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

Add physicalpath property.

Open thomasbiddle opened this issue 11 years ago • 1 comments

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.

thomasbiddle avatar Aug 14 '13 22:08 thomasbiddle

Just noticed https://github.com/simondean/puppet-iis/pull/3 - Which is basically the same change - just on older code. I still think this would be a better idea, makes it so you can add the physicalpath in one line rather than define multiple extra resources.

thomasbiddle avatar Aug 14 '13 22:08 thomasbiddle