Re: [Puppet Users] ensuring consistency in package versions

2012-12-11 Thread James Gray
On 11 December 2012 11:33, David Schmitt da...@dasz.at wrote: You'll have to start managing versions. One way or the other. Client side there's apt's pinning, yum probably has some plugin to do so. Server side you can use a custom repo or puppet packages's ensure = version. I don't think this

[Puppet Users] ensuring consistency in package versions

2012-12-10 Thread James Gray
Hi all, I would appreciate your help clarifying my thinking around the following problem. Let's say I have a third-party (one that I didn't write) package x which depends on a package y. Package x is installed somewhere and is working fine against package y (as in package x has been QA'ed