Is there any 3rd party repositories that keeps up to date puppet client versions? I am looking for a puppet 2.6.4 .deb package?
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
|
|
If by "third party" you mean "not the puppet developers", Launchpad has one for Natty Narwhal; the "Published versions" sections has links for e.g. puppet 2.6.4-2ubuntu1 in i386, puppet 2.6.4-2ubuntu1 in amd64. |
|||
|
|
|
Official up to date version can be found from Debian Wheezy (testing) repository at http://packages.debian.org/wheezy/puppet. You don't mention the distribution you use, but here's instructions for Debian Squeeze. How to use up to date version of Puppet in Debian Squeeze (stable)? Create a file /etc/apt/apt.conf.d/20release with content:
Create a file /etc/apt/preferences.d/20puppet with content:
Create a file /etc/apt/sources.list.d/20testing.list with content:
Run:
|
|||
|
|
Debian backports has puppet 2.6.4 in their repository now. |
|||
|
|