Installing specific version of Puppet on Ubuntu

Soldato
Joined
18 May 2010
Posts
22,937
Location
London
Any one know how I can install a specific version of puppet on Ubuntu?

I think I am looking for version 3.4 and older.

The version we are running at work on RHEL 6 is 3.4.2 so I would like the same but for Ubuntu.

I installed the latest version on my Ubuntu 16.04.2 but it is telling me some of my code is deprecated so I am stuck.

I need to downgrade to a compatible version.

It's surprising difficult to find older deb's.

---

I've tried the following with no joy so far:

apt-cache showpkg puppet

apt-get install puppet=3.4.2-1puppetlabs1

Then I get a message:

The following packages have unmet dependencies.
puppet : Depends: puppet-common (= 3.4.2-1puppetlabs1) but 3.8.5-2ubuntu0.1 is to be installed
E: Unable to correct problems, you have held broken packages.
 
Last edited:
Back
Top Bottom