puppetlabs / puppet-specifications

Specification of the Puppet Language, Catalog, Extension points
Other
99 stars 66 forks source link

[WIP] (maint) Update windows file paths #63

Closed melissa closed 8 years ago

melissa commented 8 years ago

PR for MCO work is at https://github.com/puppetlabs/marionette-collective/pull/363 and awaiting review

ferventcoder commented 8 years ago

This is going to require lots of testing once it is implemented.

For instance, how does one take the existing conf file and move it during upgrade?

MikaelSmith commented 8 years ago

Moving config and runtime files are a major change. I'd prefer to see this structured as two separate works

I'm not sure the 2nd one is needed, and if it is it's a breaking change for all the projects and needs planning separate from the rest. I wouldn't consider the first a breaking change, as moving binary locations besides C:\Program Files\Puppet Labs\bin should have relatively minor impact.

melissa commented 8 years ago

I'll try to get a PR up next week sometime against the windows feature branch in puppet-agent and update this to reflect that

melissa commented 8 years ago

Updated with https://github.com/puppetlabs/puppet-agent/pull/524

jcoconnor commented 8 years ago

Closing to continue this with PR https://github.com/puppetlabs/puppet-specifications/pull/70