Created
March 4, 2014 09:38
-
-
Save thefron/9343238 to your computer and use it in GitHub Desktop.
Install puppet open source version with latest version
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. `$ sudo rpm -ivh https://yum.puppetlabs.com/el/6/products/x86_64/puppetlabs-release-6-7.noarch.rpm` | |
2. Edit priority of puppetlabs repository | |
``` | |
[puppetlabs-products] | |
name=Puppet Labs Products El 6 - $basearch | |
baseurl=http://yum.puppetlabs.com/el/6/products/$basearch | |
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puppetlabs | |
enabled=1 | |
gpgcheck=1 | |
priority=1 # Add this part | |
``` | |
3. `$ sudo yum install puppet-server` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment