From c550cff8a7735d34964f953e1cb0ab505040b5c6 Mon Sep 17 00:00:00 2001 From: Matthew Oliver Date: Wed, 2 Apr 2014 10:39:22 +1100 Subject: [PATCH] Added a pin for the factor package Puppetlabs have been updated and the pinned version of puppet-common now requires a version of facter to be < 2. As such facter is now pinned to 1.*. Change-Id: Ief0030c7cb404322c131ac4cfe90e2c7b82b54a1 --- install_puppet.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/install_puppet.sh b/install_puppet.sh index ad18bf477a..203e952a47 100755 --- a/install_puppet.sh +++ b/install_puppet.sh @@ -71,6 +71,10 @@ else Package: puppet puppet-common puppetmaster puppetmaster-common puppetmaster-passenger Pin: version 2.7* Pin-Priority: 501 + +Package: facter +Pin: version 1.* +Pin-Priority: 501 EOF lsbdistcodename=`lsb_release -c -s`