Questions tagged [puppetmaster]

Puppet is a configuration management tool (Unix & Windows) with its own Domain Specific Language (Puppet or Ruby DSL). Puppetmaster is the central server for this tool.

Puppet is a configuration management tool (Unix & Windows) with its own Domain Specific Language (Puppet or Ruby DSL). Puppetmaster is the central server for this tool.

277 questions
0
votes
1 answer

Hiera failures with puppet 3 rc3

I just installed puppet 3 (3.0.0-0.1rc3puppetlabs1) on a 32bit Ubuntu 12.04 'server' VM. I used the packages for the install. I then copied over my existing modules and manifests from my production 2.7.x puppet master, and also my hiera.yaml and…
Lee Lowder
  • 440
  • 1
  • 5
  • 17
0
votes
1 answer

Installing Passenger on CentOS 6.0 with the view to running my Puppet Master via Passenger

I'm attempting to configure Puppet to run via Passenger. I'm using this guide I've hit a bit of a brick wall. When I attempt to reload apache, I get the following error: [Sun Jul 15 19:38:44 2012] [error] Init: Unable to read server certificate from…
Mister IT Guru
  • 1,178
  • 3
  • 15
  • 35
0
votes
1 answer

Puppet install: timeout when retrieving certificate

Trying to install the latest puppet enterprise (2023.0.0) per their guide on an Unbuntu 20.04 VM in Azure. I started with the out-of-the-box pe.conf. Install proceeds for awhile until I get some messages like: 2023-03-13T18:03:15.664+00:00 -…
Chris
  • 101
  • 3
0
votes
2 answers

puppet server failing to install on centos 9 stream

I tried installing puppetserver on my centos 9 stream but it gives me the following error: Last metadata expiration check: 0:15:42 ago on Thu 23 Feb 2023 01:06:09 AM EST. No match for argument: puppetserver Error: Unable to find a match:…
0
votes
0 answers

Puppet server on an puppet agent CRL error

After installing puppet server on a puppet agent, I keep getting this error on the next puppet run. Error: The CRL issued by 'CN=Puppet CA: puppet.aws.domain.com' is missing Error: The CRL issued by 'CN=Puppet CA: puppet.aws.domain.com' is…
0
votes
0 answers

Command to completely uninstall puppet in the master server

I want to remove puppetmaster from master server including certificate. I am using puppet open source.
Majedur
  • 101
  • 2
0
votes
1 answer

How to generate certificates for (secondary) compile puppetserver?

I'm trying to scale puppetserver, in order to have redundancy, using round robin DNS. The secondary puppetserver (version 7.4.0) is configured to use the CA authority from primary puppetserver: /etc/puppetlabs/puppet/puppet.conf: [main] ca_name =…
Tombart
  • 2,143
  • 3
  • 27
  • 48
0
votes
1 answer

Plan lookup: Could not find class

When running a Puppet plan that uses lookup{} function against Hiera I get the error: The target node: 'computer1.domain.com' errored with a message: Internal Server Error: org.jruby.exceptions.RuntimeError: (PreformattedError) Evaluation Error:…
woter324
  • 233
  • 1
  • 3
  • 10
0
votes
1 answer

How to configure Zabbix to monitor Puppet Server via JMX?

Zabbix allows monitoring of metrics via JMX. The Puppet Server provides JMX metrics via jolokia on https://puppetserver:8140/metrics/v2, using its own CA for the certificate. I have my Puppetserver host configured in Zabbix with a DNS name and a JMX…
Steve Shipway
  • 740
  • 5
  • 17
0
votes
1 answer

How to manage puppet master and agent connectivity

As it is lab, we can add Ip address of agent to master hosts file.But if I have 1000 agents(partly windows and Linux machines), we can't add each and every agent to hosts file of master.How to manage there? I am from a windows background, please…
Uday Kiran Reddy
  • 119
  • 1
  • 4
  • 14
0
votes
0 answers

How to implement puppet proxys for nodes on different network location

we are using puppet but we have some problems with different nodes on different networks, I would like to know if we can use some kind of proxys/satellites in order to connect the nodes from different networks to a centralized puppet master , which…
0
votes
1 answer

Issues connecting puppet agent to master

Trying to build an infrastructure based on the most recent puppet/agents available for testing purposes. So I've been trying to run puppet agent on a node, and I'm currently getting the errors bellow, puppet master currently running on a fresh…
macosta
  • 1
  • 2
-1
votes
3 answers

Disable Puppet automatic scheduled runs

Is it possible to disable puppet runs (every 30 minutes) but it should be still listening? I'm setting up puppetkick or mcollective. So the agents should be still running and listening so I can push updates but should not automatically run to look…
anon
  • 9
  • 3
-1
votes
1 answer

Puppet: What's the difference between the default `puppet.conf` and the one which is generated by `puppet master --genconfig`?

There's a Puppet server in my company which I've installed a few months back and it's fully production and doing a great job. I'm deepening my knowledge in Puppet now by reading online about best practices and such. While reading I've bumped into…
Itai Ganot
  • 10,644
  • 29
  • 93
  • 146
-1
votes
2 answers

Puppet file resource on windows agent don't work, what did i do wrong?

Background This is the first time i work on puppet The puppet master is Linux version... The puppet master host also install Puppet Foreman Server version 1.8.2 The puppet agent is Window version... When install puppet agent, it has correctly…
Sarawut Positwinyu
  • 387
  • 1
  • 2
  • 7
1 2 3
18
19