This is the last release with Puppet3 support!
- Switched everything over to XML and updated tests.
- some fixes from getting rid of trying flush
- Converted from CSV to XML - Resolved merge conflict
- Set minimum version_requirement for Puppet
Switched from CSV to XML
A bug fix to support Windows 2008
- moved from PowerShell JSON conversion to CSV for Windows 2008 support (#57)
- modulesync with latest voxpupuli settings (#46, #51)
- Drop of Ruby1.8!
- Enhanced Unit/Acceptance tests (#47, #53)
- windowsfeature as native Type and Provider (#47)
A few small features in this release. First release under the new puppet-community namespace
- added new timeout
parameter
for features that take longer than the default 300 seconds to complete. - added support for kernelversion 10 for people deploying on Windows 10
Finally bumping to 1.0.
- adding
source
paramater - updating documentation
Small release to bump stdlib dependency to be 4.0 minimum
This release fixes some minor idempotency and platform specific bugs
- fixing idempotency
- fixed installation on windows 2008
This release adds support for windows 2012
This release adding some new parameters to install sub features and management tools
- added
includemanagementtools
andincludesubfeatures
parameters
- limit module usage for Windows 2008 R2 and newer versions of Windows
This release replaces all the hardcoded powershell with uses of the joshcopper/powershell provider
Initial version.