From what I have seen there is a big difference between 2.6+ and 3.0+.
I would be setting up a completely separate environment with 2.7 to
test if your code works.
2.7 apparently let you know which things will stop working in 3.0 so
it will be a better idea to use that in the dev environment and iron
out the obvious things first and then switch to 3.0+
There will likely be a bunch of things you will need to fix with your
code before you switch your environment to 3.0 so by the time it's
"stable" enough you will have your code ported and ready to roll out.
I am currently running 2.7+ and plan on setting up my dev environment
to 3.0 once i finish a few more important modules i need to write for
a big project. (yes i write most of my modules from scratch)
Just my opinion but it seems like the best way to make sure everything
works and avoid breaking your production environment and spending way
too long fixing it.
Hope that helps.
Pete.
> --
> You received this message because you are subscribed to the Google Groups
> "Puppet Users" group.