Skip to content

Instantly share code, notes, and snippets.

@berttejeda
Last active February 13, 2017 21:44
Show Gist options
  • Save berttejeda/57d697ce54b618dd620523c6077f3f7a to your computer and use it in GitHub Desktop.
Save berttejeda/57d697ce54b618dd620523c6077f3f7a to your computer and use it in GitHub Desktop.
Locally install Puppet 3.8.7 and its dependencies on CentOS 6.7
#Locally install Puppet 3.8.7 and its dependencies on CentOS 6.7
#Given:
#Your current directory contains:
#facter-2.4.6-1.el6.x86_64.rpm
#hiera-1.3.4-1.el6.noarch.rpm
#puppet-3.8.7-1.el6.noarch.rpm
#ruby-augeas-0.4.1-3.el6.x86_64.rpm
#ruby-shadow-2.2.0-2.el6.x86_64.rpm
#rubygem-json-1.5.5-3.el6.x86_64.rpm
yum localinstall $(ls | grep 'facter\|hiera\|puppet-\|ruby')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment