Good afternoon;
I'm attempting to install the puppet agent on a virtual machine with the same OS as the puppet master, Centos 6.5. Here is the command and error message:
curl -k https://fwdevpup.wvus.org:8140/packages/current/install.bash | bash
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 9756 100 9756 0 0 202k 0 --:--:-- --:--:-- --:--:-- 3175k
Loaded plugins: fastestmirror, security
Loading mirror speeds from cached hostfile
* base: mirror.web-ster.com
* extras: centos.mirror.facebook.net
* updates: mirrors.cat.pdx.edu
https://fwdevpup.wvus.org:8140/packages/3.3.1/el-6-x86_64/repodata/repomd.xml: [Errno 14] PYCURL ERROR 22 - "NSS: client certificate not found (nickname not specified)"
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: puppetlabs-pepackages. Please verify its path and try again
/tmp/tmp.SGvGRO2bE4: line 23: /opt/puppet/bin/puppet: No such file or directory
/tmp/tmp.SGvGRO2bE4: line 24: /opt/puppet/bin/facter: No such file or directory
/tmp/tmp.SGvGRO2bE4: line 24: /opt/puppet/bin/puppet: No such file or directory
/tmp/tmp.SGvGRO2bE4: line 25: /opt/puppet/bin/puppet: No such file or directory
/tmp/tmp.SGvGRO2bE4: line 26: /opt/puppet/bin/puppet: No such file or directory Error running install script /tmp/tmp.SGvGRO2bE4
PLEASE NOTE THERE IS NO /packages/current/install.bash directory on the puppet master!! There is however a /packages/public/current directory on the puppet master. CHANGING THE PATH STATEMENT IN THE pe_repo.repo TO THE CORRECT PATH DOES NOT HELP, PLEASE NOTE THE FOLLOWING:
yum install puppet
Loaded plugins: fastestmirror, security
Loading mirror speeds from cached hostfile
* base: mirrors.easynews.com
* extras: centos.mirror.facebook.net
* updates: mirrors.cat.pdx.edu
https://fwdevpup.wvus.org:8140/packages/public/current/el-6-x86_64/repodata/repomd.xml: [Errno 14] PYCURL ERROR 22 - "NSS: client certificate not found (nickname not specified)"
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: puppetlabs-pepackages. Please verify its path and try again
LOOKING FORWARD TO GETTING SOME ASSISTANCE WITH THIS PROBLEM!!
THANK YOU!
Norm
...