Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save rbravo-avantrip/50f87cf1145af5b420b163ed186586f3 to your computer and use it in GitHub Desktop.

Select an option

Save rbravo-avantrip/50f87cf1145af5b420b163ed186586f3 to your computer and use it in GitHub Desktop.
Install puppet-server on Amazon Linux
1. Paste into /etc/yum.repos.d/puppetlabs.repo
[puppetlabs]
name=Puppet Labs - $basearch
baseurl=http://yum.puppetlabs.com/el/6Server/products/$basearch
failovermethod=priority
priority=0
enabled=0
2. rpm --import http://yum.puppetlabs.com/RPM-GPG-KEY-puppetlabs
3. rpm -Uhv http://pkgs.repoforge.org/ruby-shadow/ruby-shadow-1.4.1-2.el6.rf.x86_64.rpm
4. yum --enablerepo=puppetlabs install puppet-server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment