Last active
February 13, 2017 21:44
-
-
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
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
#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