ptierno / puppet-windowspagefile

Puppet type and provider to manage windows pagefiles
Other
1 stars 5 forks source link

Upcoming Puppet 3.7 / PE 3.4 x64 compatibility changes #1

Closed Iristyle closed 10 years ago

Iristyle commented 10 years ago

As part of making Puppet compatible with Windows x64 / Ruby 2, we have had to make a number of changes to our included gems, and have removed sys-admin, windows-pr, win32-api and windows-api. Other gems have been upgraded to versions that require FFI and are compatible with x64. We have made some other minor reorganizations to the classes in our Windows namespace.

We don't have builds released yet, but keep an eye on https://groups.google.com/forum/#!forum/puppet-announce

I have identified a small issue with the code in this module that will require some updating to ensure it maintains compatibility with both existing Puppet releases and the upcoming releases. I'm getting in touch with you now, so that you're not caught off guard, and so that your module is ready to go by the time 3.7 ships.

Issue:

ADSI = Puppet::Util::Windows::ADSI || Puppet::Util::ADSI

We will be making an announcement to the puppet-dev list shortly mentioning some of these upcoming changes. https://groups.google.com/forum/#!forum/puppet-dev

Let me know if you have any questions.

Thanks!

ptierno commented 10 years ago

Thanks you for pointing this out. I will watch those links and make the appropriate changes to the provider.

Thanks again.