Displaying 20 results from an estimated 1000 matches similar to: "Puppet node_aws fingerprint vs configprint"
2012 Sep 30
6
err: Signing certificate error
Hi all,
When i try to boot an ec2 instance using:
*puppet node_aws bootstrap --server myserverOnAWS.com --image ami-61ad0108 
--keyname test-malcom --login ubuntu --type m1.small --keyfile 
test-malcom.pem -g puppets --verbose --debug --puppetagent-certname test*
I get this error:
*notice: Signing certificate ...*
*debug: certificate_status supports formats: b64_zlib_yaml pson raw yaml; 
using
2012 Dec 24
0
Not able to install puppet on agent node?
Hi,
I have created an agent node from a master node using below command.
puppet node_aws create --image ami-cc5af9a5 --keyname icos-client --type 
ti.micro
Now as i am trying to install puppet on it using below command
puppet node install \
--install-script=puppet-enterprise \
--installer-payload=/usr/local/puppet/puppet-2.7.0.tar.gz \
--installer-answers=/usr/local/puppet/agent.txt \
2012 Dec 24
3
Not able to install puppet enterprise onn agent node using install command.
Hi,
I have created an agent node from a master node using below command.
puppet node_aws create --image ami-cc5af9a5 --keyname icos-client --type 
ti.micro
Now as i am trying to install puppet on it using below command
puppet node install \
--install-script=puppet-
enterprise \
--installer-payload=/usr/local/puppet/puppet-2.7.0.tar.gz \
--installer-answers=/usr/local/puppet/agent.txt \
2012 Dec 26
0
puppet node_aws terminate and certificate cleanup
Does anyone know if puppet cleans up its certs when you terminate an 
instance via ''puppet node_aws terminate''  ?
it doesn''t say in the docs.
Thanks.
-- 
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/HJM1U9ic11gJ.
To post
2012 Jun 06
3
Puppet and Passenger.. configprint
Hello everyone...
I have configured the puppetmaster to use Apache/Passenger.  However,
executing a configprint (puppet --configprint all) from either the
puppetmaster or an agent shows
servertype = Webbrick
Has anyone else seen this?  What do I need to do to correct this?
Thanks!
JA
-- 
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
2012 Aug 21
3
mcollective getaddrinfo: Name or service not known
I''m getting these errors when running ''puppet agent --test'' after doing a 
new installation of an agent:
err: 
/Stage[main]/Pe_mcollective::Plugins/File[/opt/puppet/libexec/mcollective/mcollective/security/sshkey.rb]/content: 
change from {md5}512f42272699eaa085c83d2cc67c27ea to 
{md5}8fa3e9125fd917948445e3d2621d40e5 failed: Could not back up 
2013 Mar 04
0
Puppet Agent Configure Error in EC2
Hi All,
While I am trying to install/configure Puppet agent from puppet master in 
ec2 getting this error
"root@PuppetMaster:/home/ubuntu# puppet node install 
--install-script=puppet-enterprise 
--installer-answers=/home/ubuntu/puppet-agent-answers 
--installer-payload=/opt/puppet-enterprise-2.7.1-ubuntu-12.04-amd64.tar.gz 
--keyfile=/home/ubuntu/key.pem --login=ubuntu 
2012 Jun 20
4
Puppet Configuration - Running --configprint generates long list of values
Hello all,
I fairly new to puppet and google groups so I''ll apologize in advance for 
not conforming to "normal" posting methods.
I''ve recently installed puppetmaster on a fresh copy of Ubuntu 10.04LTS and 
after running: sudo puppet --configprint all, I get a long list of 
parameters and values echoed back to my shell.  My question is where do 
these parameters and
2013 Jul 23
12
node_aws installation problem
Hi everyone!
having a slight problem with the installing the cloud provisioning module
[code]
http://docs.puppetlabs.com/guides/cloud_pack_getting_started.html
[/code]
everything worked until I wanted to actually try to fire it up:
[code]
>puppet node_aws list
Error: Could not autoload puppet/face/node_aws/fingerprint: cannot load 
such file -- guid
Error: Could not parse application
2012 Nov 29
7
Puppet CA corruption
Hello everyone,
Just getting my first puppet master set up and I am having a problem that I 
just do not know how to get past. For some reason, my certificate store 
keeps getting corrupted. Basically what happens is that the server will 
issue itself a valid certificate (after removing the ''bad'' cert) and will 
run just fine. When I start puppetDB (I am pretty sure it happens
2012 Nov 28
3
Could not retrieve information from environment production source
I''m using puppet 3.0
i install puppet by these two command:
sudo rpm -i 
http://yum.puppetlabs.com/el/5/products/i386/puppetlabs-release-5-6.noarch.rpm
sudo yum install puppet-server
as 
http://docs.puppetlabs.com/guides/puppetlabs_package_repositories.html#for-red-hat-enterprise-linux-and-derivatives 
and 
2012 Dec 28
1
err: Signing certificate error: Could not render to pson: getaddrinfo: Name or service not known
Hi,
I am trying to bootstrap a new agent from my master node as below.
puppet node_aws bootstrap \
--region us-east-1 \
--image ami-cc5af9a5 \
--login root \
--keyfile /root/.ssh/private.pem \
--install-script=puppet-enterprise \
--installer-payload=/usr/local/puppet/puppet-2.7.0.tar.gz \
--installer-answers=/usr/local/puppet/agent.txt \
--keyname icos-client  \
--type t1.micro
Node is created
2012 Dec 13
4
Strange signing problem in AWS - stumped
Any light someone can shed sure would be appreciated.
I start with 1 cert -- the master''s, where I am running this:
jblaine@ip-10-191-115-140:~$ sudo puppet cert list --all
+ "ip-10-191-115-140.ec2.internal" (74:8B:7B:EF:41:E6:F9:98:93:15:42:6A:4C:2F:28:CC) (alt names: "DNS:ip-10-191-115-140.ec2.internal", "DNS:puppet", "DNS:puppet.ec2.internal")
2013 Feb 28
0
Error while bootstrapping a new instance with my puppet master on EC2
Hi,
  My puppet master version:-  
#puppet --version
2.7.19 (Puppet Enterprise 2.7.0)
While bootstrapping a new instance with my puppet master on Ec2,I am 
getting this error
#puppet node_aws bootstrap --type t1.micro --image ami-00934969 --keyname 
ec2 --login root --keyfile ~/.ssh/ec2.pem --mode agent
notice: Creating new instance ...
notice: Creating new instance ... Done
notice: Creating
2013 Jul 17
3
Unable to use Cloud Provisioner
Hi Guys, 
I''m unable to load the module cloud provisioner, when I try to run node_aws 
it gives me the below errors:
Error: Could not autoload puppet/face/node_aws/list_keynames: no such file 
to load -- guid
Error: Could not parse application options: Could not autoload 
puppet/face/node_aws/list_keynames: no such file to load -- guid
And when I see the help list I can see the below
2012 Jul 02
2
Trouble using the dns_alt_names config option
Hello:
I''m trying to put a puppet master on an EC2 instance, and have it be 
accessible to agentes using either its EC2 DNS name (e.g., 
ec2-xxx-xxx-xxx-xxx.compute-1.amazonaws.com) or a friendlier alias (e.g., 
puppet.example.com).
My /etc/puppet/puppet.conf looks like:
[master]
certname=ec2-xxx-xxx-xxx-xxx.compute-1.amazonaws.com
2004 Apr 01
3
[Bug 830] Check immediate EOF coming on stdin
http://bugzilla.mindrot.org/show_bug.cgi?id=830
           Summary: Check immediate EOF coming on stdin
           Product: Portable OpenSSH
           Version: 3.8p1
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: minor
          Priority: P2
         Component: ssh
        AssignedTo: openssh-bugs at mindrot.org
        ReportedBy: ignasi.roca at
2013 Sep 18
1
Cloud provisionner on CentOS 6 issue
Hi !
I am currently testing puppet on CentOS 6 and I wish to test the cloud 
provisioner tool.
The problem is the following : I can''t use fog because of ruby version 
issue.
The system : CentOS 6.4 with Ruby 1.8.7 (last version for CentOS)
What I did to get the problem :
install puppet-server
install module puppetlabs-cloud_provisioner
Trying install Fog -v 0.7.2 (cloud service library
2013 Aug 21
11
Confusion with puppetdb (storeconfig) and query database
Hello,
I have configured puppet and puppetdb (storeconfig) with postgresql and the 
service run and the collecting  are good for example:
I can make query with the next command and responds ok .
[.........................]
[root@master]# curl -X GET -H ''Accept: application/json'' 
http://127.0.0.1:8080/v2/facts --data-urlencode ''query=["=", "name", 
2004 Apr 01
0
[Bug 829] Don't allocate a tty if -n option is set
http://bugzilla.mindrot.org/show_bug.cgi?id=829
           Summary: Don't allocate a tty if -n option is set
           Product: Portable OpenSSH
           Version: 3.8p1
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: minor
          Priority: P2
         Component: ssh
        AssignedTo: openssh-bugs at mindrot.org
        ReportedBy: