uvsmtid / common-salt-states

A framework of interrelated states and pillars on top of Saltstack common to other projects.
Apache License 2.0
2 stars 0 forks source link

Detect various windows version in `os_platform_type` grain correctly #17

Closed uvsmtid closed 8 years ago

uvsmtid commented 8 years ago

At the moment only win7 is reported as long as logic sees Windows.

uvsmtid commented 8 years ago

It's done.

Commit 9d473255d29d70bca5c7af806bc3fbfd0994782b adds detection of winserv2012 on Windows 2012 R2. All other Windows-es will be added when corresponding minions are available.

Windows 7 (win7) is not detectable anymore because it was not precise detection anyway (it was simply based on the fact that it is Windows regardless of type or version).