saltstack-formulas / users-formula

Configure users via pillar
http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html
Other
99 stars 362 forks source link

`dir_mode` is not supported on Windows #206

Open myii opened 5 years ago

myii commented 5 years ago

While looking at #205, came across:

https://github.com/saltstack-formulas/users-formula/blob/8d48adb3a24318810c7a214dea02224de5293bf1/users/init.sls#L225

I don't have a Windows minion to test with but this hard-coded use of dir_mode will probably cause problems. It should be resolved in a similar way to #205, by making it opt-in via. pillar/config.

@arthurlogilab Would you mind looking into this?