Justin Schuhmann

Results 90 comments of Justin Schuhmann

@spuder For idempotency on `iis_config` I think we should break out the action into more properties new properties: Commit ConfigurationPath Add_Remove Section Property Value So this command ``` iis_config "/commit:MACHINE...

This feature is now in testing, some changes have been made over the current v4.2 branch that handle multiple properties at a time better

@spuder can you please test this new version v4.2? it is working for all my examples in the readme.md but i don't have any other examples

@spuder definitely no worries

@spuder what is the above config suppose to do? Just remove 1 mime type? Currently that wouldn't be possible with the new `iis_config` I will need to take a look...

Interesting, I will mess with this over the weekend so that clear is idempotent with `:clear` and using property. I basically did `:set` it worked then tacked `:clear` support on...

@spuder The only way the old syntax could stay is to simply add a new provider/resource. This wouldn't be ideal since they are both managing the same thing. A new...

@spuder agreed, i'll likely move that direction but that will mean also making each property additive or subtractive

Hey, no you are fine. I read all issues and then just clear out things that are duplicates. So on to why this is a feature request, the iis_config resource...

@scolligan I think you are just setting the logging file? Is that on a site? Or application? We can likely add that property relatively easily