Created
January 7, 2016 04:24
-
-
Save joshcooper/31ff01ae977a7e65ae54 to your computer and use it in GitHub Desktop.
redhat7
This file contains hidden or 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
* Install puppet-agent... | |
de89om00mcp5g3m.delivery.puppetlabs.net (redhat7-64-1) 20:23:05$ mkdir -p /root/puppet-agent | |
de89om00mcp5g3m.delivery.puppetlabs.net (redhat7-64-1) executed in 0.05 seconds | |
Already fetched tmp/repo_configs/el/pl-puppet-agent-3e3aa2bf08096133d8ba82269dea5b17454ca288-el-7-x86_64.repo | |
localhost $ scp tmp/repo_configs/el/pl-puppet-agent-3e3aa2bf08096133d8ba82269dea5b17454ca288-el-7-x86_64.repo redhat7-64-1:/etc/yum.repos.d/ {:ignore => } | |
de89om00mcp5g3m.delivery.puppetlabs.net (redhat7-64-1) 20:23:05$ find /etc/yum.repos.d/ -name "*.repo" -exec sed -i 's/baseurl\s*=\s*http:\/\/builds.delivery.puppetlabs.net.*$/baseurl=file:\/\/\/root\/puppet-agent\/x86_64/' {} \; | |
de89om00mcp5g3m.delivery.puppetlabs.net (redhat7-64-1) executed in 0.06 seconds | |
de89om00mcp5g3m.delivery.puppetlabs.net (redhat7-64-1) 20:23:05$ yum -y install puppet-agent | |
Loaded plugins: product-id, subscription-manager | |
This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register. | |
Resolving Dependencies | |
--> Running transaction check | |
---> Package puppet-agent.x86_64 0:1.3.2.187.g3e3aa2b-1.el7 will be installed | |
--> Finished Dependency Resolution | |
Dependencies Resolved | |
================================================================================ | |
Package | |
Arch Version | |
Repository Size | |
================================================================================ | |
Installing: | |
puppet-agent | |
x86_64 1.3.2.187.g3e3aa2b-1.el7 | |
pl-puppet-agent-3e3aa2bf08096133d8ba82269dea5b17454ca288 22 M | |
Transaction Summary | |
================================================================================ | |
Install 1 Package | |
Total download size: 22 M | |
Installed size: 22 M | |
Downloading packages: | |
Running transaction check | |
Running transaction test | |
Transaction test succeeded | |
Running transaction | |
Warning: RPMDB altered outside of yum. | |
Installing : puppet-agent-1.3.2.187.g3e3aa2b-1.el7.x86_64 1/1 | |
Verifying : puppet-agent-1.3.2.187.g3e3aa2b-1.el7.x86_64 1/1 | |
Installed: | |
puppet-agent.x86_64 0:1.3.2.187.g3e3aa2b-1.el7 | |
Complete! | |
de89om00mcp5g3m.delivery.puppetlabs.net (redhat7-64-1) executed in 14.02 seconds | |
de89om00mcp5g3m.delivery.puppetlabs.net (redhat7-64-1) 20:23:19$ puppet --version | |
4.3.2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment