I've installed Puppet using the setup guide but it seems I'm only able to install Puppet packages from the amzn-*
repos, even though I have installed the PuppetLabs EL6 Yum repository using the instructions provided by PuppetLabs.
[ec2-user@ip-172-31-1-239 ~]$ rpm -qa | grep facter
facter-1.6.18-7.25.amzn1.noarch
[ec2-user@ip-172-31-1-239 ~]$ sudo yum upgrade facter
Loaded plugins: priorities, update-motd, upgrade-helper
1048 packages excluded due to repository priority protections
No packages marked for update
I need to install at least Facter 1.7.0 so that a fix is included to determine the osfmamily
correctly.
How do I install Facter 1.7.0 on Amazon Linux (2014.09.2)?