Displaying 20 results from an estimated 40000 matches similar to: "Disabling 'node_name = facter' setting"
2008 Apr 27
4
Template variable "hostname" not working with certname= parameter?
I recently upgraded my Puppetmaster to 0.24.4 and it looks like my templates
are not working properly.  All of my clients use the same certificate, built
by my original client "xx".  I do this using the certname=blah parameter in
the puppet.conf on each client.  Up until I upgraded each client would use
the "xx" certificate (which I had renamed to "blah") and
2012 Nov 20
2
hiera values issue
Hi, I have a puppetmaster - agent architecture. I have a module for the 
vsftpd configuracion in the agents. The configuration of the value 
''max_per_ip'' in the agents may vary. This is a line of the manifest:
$max_per_ip = hiera(''max_per_ip'',10)
I want to specify different values for each agent using hiera. The problem 
is I am only able to specify the
2007 Apr 25
12
Facter repository
Is there a repository of Facter plugins that people have made?  I''m working 
on a few that i wouldn''t mind sharing when complete.
2012 Jul 11
6
certname doesn't seem to work on the agent
Hi guys,
I have a box that needs to identify itself to the puppetmaster as something 
different from the FQDN. I added certname to the agent configuration before 
the first run, but it doesn''t seem to be sufficient. The certificate was 
generated for the FQDN, and the host appears in the dashboard as the FQDN, 
and the node name used to evaluate the manifest is also the FQDN. I would 
2007 Feb 21
9
Facter environment variables being ignored in puppet?
Facter has the feature that it will turn any environment variable
named FACTER_* into a fact.  I can do this on the commandline
no problem, but when I attempt this in puppet it seems to ignore
that parts.
Is anyone else seeing this?  (Is this expected behavior?)  I don''t
see a ticket or a mail thread on it - though my searching powers
have been weak the last couple of weeks...
Thanks,
2007 Sep 24
2
ANNOUNCE: Facter 1.3.8
I''ve just committed Facter 1.3.8.  All of the work for this release  
was done by James Turnbull, so everyone should thank him for getting  
it done.  Here''s the changelog:
      Fixed Rdoc::usage bug on CentOS 5 - closed Puppet #753 and  
Facter #40
     Added support to return multiple interfaces and their IP  
addresses and
     MAC addressess as facts. Returns
2008 Jul 08
12
ANNOUNCE: Facter 1.5
Hi all,
I''ve finally gotten around to releasing Facter 1.5.
As the version bump implies, this is a relatively significant release  
(for a 2.3k line program, anyway).  Mostly, the biggest change is  
refactoring the code internally so that all of the functionality is  
split into separate classes in separate files.
Also, the facts are all loaded on-demand, which provides dramatic  
2007 Jun 16
7
facter lsb* on Fedora
I just realized that if you don''t have redhat-lsb on your (Fedora 7)
box, all those lsb* facts don''t show up. Should I make redhat-lsb a
requirement for the facter rpm to guard against that ?
David
2007 Jun 24
3
Facter operatingsystemrelease on Fedora
Currently, facter returns the kernel version as both the kernel and
operatingsystemrelease facts. I would like to change that so that on
Fedora, operatingsystemrelease is the release number (5,6,7 etc.) or
''Rawhide'' ... are there any objections to making that change ?
David
2012 Aug 23
1
Puppet Agent VS User
Hello,
Running into a problem when wanting to daemon-ize the agent. It doesnt 
seems to do anything: 
- cannot find any daemon process with (ps aux | grep puppet) 
- the config is not updated after editing some params on the master
- /var/log/puppet stay empty...
while, when logged as root, it is working without issue with  $puppet agent 
--test. 
##Conf
Ubuntu 12.04
Puppet 2.7.11
## Daemon is
2013 Jun 12
4
certificate problem
When I try to connect to my new puppet master, I get an error because of
a self-signed certificate:
---snip---
# puppet agent --test --noop
Warning: Unable to fetch my node definition, but the agent run will
continue:
Warning: SSL_connect returned=1 errno=0 state=SSLv3 read server
certificate B: certificate verify failed: [self signed certificate in
certificate chain for /CN=Puppet CA:
2008 Dec 04
4
puppetmaster built via puppetd
hi,
i''m trying to set up my puppetmaster infrastructure with multiple
puppetservers behind load balancers in each of our datacenters. i''m
using 0.24.6.   i''ve read the howto on puppet scalability, and i think
i''ve got the ssl config working correct, but i''m noticing that when
puppetd is used to build a puppetmaster, some of the files in $vardir/
ssl
2011 Oct 19
5
How to know the generated certname used by a puppet client, for reuse within erb (because of cloud provisioner) ?
Hi,
I am using the cloud provisioner to bootstrap some ec2 nodes, and these
clients are signed using a randomly generated certname, which is put in
/etc/puppet.conf at the bootstrap time (eg certname =
d7bcd693-73fd-495f-0876-ff91ea11111e).
But my puppet code repo also manages the puppet.conf file, so the file will
be overwritten on the client at the first puppet run. Nevertheless, i should
not
2009 Jan 29
32
Facter - the future - your input needed
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi all
We''re currently looking at the next release of Facter and the future
direction of the tool.  I''d like to try and prompt some discussions on
facter and what people want from it.
As a starter here''s some (although not all) of the ideas we''ll be
working through:
1.  Namespaces - add a namespace or tiered
2007 Nov 13
6
Facter and arrays
Hi,
Is it possible to have an array as the output of a custom fact?  And 
then to pass it into a template in Puppet?
I currently have a fact that looks like this:
Facter.add("exports") do
     setcode do
         case Facter.hostname
         when (/thishost/i):
             [ "/local", "/local2" ]
     end
     end
end
& a template like this:
<%
2007 Jul 13
7
new puppet providers
I might have the terminology wrong, but how to a give new puppet 
providers to the puppet clients?
I''m thinking a provider is the thing the puppet client uses to 
implement a task that the master has given it.
Am I way off here?
Mike B.
----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.
2011 Feb 08
12
multiple puppetmasters (w/ Passenger) behind load balancer
Hello Gang,
     I''m working on scaling my puppet solution, and I''m deploying multiple 
masters w/ passenger that are going sit behind a load balancer.  If anyone 
is using these type of setup, would you share how you deal with the SSL 
certs?  I''ve been following Bode''s Blog (http://bodepd.com/wordpress/?p=7), 
and it''s not working to good for me. 
2007 Feb 25
5
Hostname problem
Hi,
I''m trying to get puppetmasterd and puppetd to communicate properly with 
each other but there seems to be a problem with how puppet determines the 
hostname of the machine. Both daemons run on the same machine with the 
hostname "nexus" but when I start puppetmasterd with "puppetmasterd -v -d" 
I get the following output:
...
info: Creating a new SSL key at
2007 Oct 10
17
Warning for Fedora Core users
Fedora Core 7 has just updated their Ruby package (was 1.8.6.36-3.fc7,
is now 1.8.6.110-3.fc7), and the upgrade broke my Puppet installation,
and there was a similar report from someone else.
Communications between the puppetmasterd and the puppetd running on
the same host broke down with the message:
   Could not retrieve configuration: Certificates were not trusted: hostname 
   not match with
2007 Aug 19
6
Problem with adding custom facts
Hi
I''m trying to add extra facts to facter. The puppetd is running on
Debian Etch Amd64 as Xen 3.1 guest. I''ve follow the Wiki on adding
the facts.
First I used relative path in the manifest and added "factsync=true"
in client''s puppetd.conf. And then tested it with "puppetd -vt". But
no matter what i tried, this error came:
File paths must be fully