Created
December 1, 2015 23:08
-
-
Save johnduarte/82af9ae03782f6d82112 to your computer and use it in GitHub Desktop.
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
... | |
pe-aix-61-acceptance executed in 2.95 seconds | |
pe-aix-61-acceptance: package repo configuration not modified | |
setting local environment on pe-aix-61-acceptance | |
pe-aix-61-acceptance 14:01:10$ mkdir -p ~/.ssh | |
pe-aix-61-acceptance executed in 0.20 seconds | |
pe-aix-61-acceptance 14:01:10$ chmod 0600 ~/.ssh | |
pe-aix-61-acceptance executed in 0.16 seconds | |
pe-aix-61-acceptance 14:01:10$ touch ~/.ssh/environment | |
pe-aix-61-acceptance executed in 0.16 seconds | |
pe-aix-61-acceptance 14:01:10$ grep ^PATH=.*\$PATH ~/.ssh/environment | |
PATH=/opt/puppet/bin:$PATH:PATH:/opt/puppetlabs/bin:/usr/bin:/etc:/usr/sbin:/usr/ucb:/usr/bin/X11:/sbin:/usr/java5/jre/bin:/usr/java5/bin | |
pe-aix-61-acceptance executed in 0.17 seconds | |
pe-aix-61-acceptance 14:01:11$ echo "/opt/puppetlabs/bin" | |
/opt/puppetlabs/bin | |
pe-aix-61-acceptance executed in 0.16 seconds | |
pe-aix-61-acceptance 14:01:11$ grep ^PATH=.*\/opt\/puppetlabs\/bin ~/.ssh/environment | |
PATH=/opt/puppet/bin:$PATH:PATH:/opt/puppetlabs/bin:/usr/bin:/etc:/usr/sbin:/usr/ucb:/usr/bin/X11:/sbin:/usr/java5/jre/bin:/usr/java5/bin | |
pe-aix-61-acceptance executed in 0.16 seconds | |
pe-aix-61-acceptance 14:01:11$ grep ^PATH=.*PATH ~/.ssh/environment | |
PATH=/opt/puppet/bin:$PATH:PATH:/opt/puppetlabs/bin:/usr/bin:/etc:/usr/sbin:/usr/ucb:/usr/bin/X11:/sbin:/usr/java5/jre/bin:/usr/java5/bin | |
pe-aix-61-acceptance executed in 0.17 seconds | |
Warning: ssh connection to pe-aix-61-acceptance has been terminated | |
pe-aix-61-acceptance 14:01:11$ cat ~/.ssh/environment | |
Attempting ssh connection to pe-aix-61-acceptance, user: root, opts: {:config=>false, :paranoid=>false, :auth_methods=>["publickey"], :port=>22, :forward_agent=>true, :keys=>["~/.ssh/id_rsa-acceptance"], :user_known_hosts_file=>"/home/johnduarte/.ssh/known_hosts", :user=>"root"} | |
PATH=/opt/puppet/bin:$PATH:PATH:/opt/puppetlabs/bin:/usr/bin:/etc:/usr/sbin:/usr/ucb:/usr/bin/X11:/sbin:/usr/java5/jre/bin:/usr/java5/bin | |
pe-aix-61-acceptance executed in 1.37 seconds | |
Begin setup/common/pre-suite/000-delete-puppet-when-none.rb | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment