Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: hiera/install_precise.py

Issue 29337844: Issue 3706 - Include APT pin for package facter in Puppet/Hiera setup script (Closed)
Patch Set: Created March 1, 2016, 3:41 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: hiera/install_precise.py
diff --git a/hiera/install_precise.py b/hiera/install_precise.py
index e149357174a5e5cbc3c737bc454b9e75f89ec21c..5bfd31e5f0c3b905010289b72126087ee2d9deb3 100755
--- a/hiera/install_precise.py
+++ b/hiera/install_precise.py
@@ -19,6 +19,11 @@ PUPPETLABS_PREFS = '''
# or later release (which is not available in precise) if not pinned here
Package: puppet puppet-common
Pin: version 2.7.26-*
+Pin-Priority: 501
+
+# See https://issues.adblockplus.org/ticket/3706#comment:4
+Package: facter
+Pin: version 1.*
Pin-Priority: 501'''
PUPPETLABS_GPG_KEY = '''
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld