Skip to main content

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.

1 vote
1 answer
154 views

Manuals about puppet suggest to separate code and data, using hiera. Further manuals suggest using eyaml in order not to store passwords etc. in plaintext on the puppetmaster, in the puppet catalogues ...
BurninLeo's user avatar
  • 980
4 votes
2 answers
246 views

I am trying to set up webserver (HAProxy) in front of puppetmaster (v8+) Got to the point of tinkering with custom headers and ran into a problem. Puppet Docs say: X-Client-Cert Optional. Should ...
Schtz's user avatar
  • 65
0 votes
1 answer
1k views

I am new to puppet and I am trying to understand the following. In all manifests i see using top scope variables used like $::operatingsystem, $::operatingsystemrelease, $::hostname etc. but when i ...
Bog's user avatar
  • 31
0 votes
1 answer
322 views

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 ...
Chris's user avatar
  • 101
0 votes
2 answers
1k views

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: ...
Pastor Munashe Zimondi's user avatar
1 vote
1 answer
475 views

I’m quite new to devops/ci/cd, so bear with me. Currently, I’m getting a puppet manifest configuration set up for docker image verification. Let me try to layout it out: I have a puppet master server ...
Jorge Mauricio's user avatar
0 votes
0 answers
271 views

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

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/...
Tombart's user avatar
  • 2,543
0 votes
1 answer
429 views

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....
woter324's user avatar
  • 253
0 votes
1 answer
675 views

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 ...
Steve Shipway's user avatar
2 votes
2 answers
4k views

On Puppet master: puppetserver ca list Traceback (most recent call last): 9: from /opt/puppetlabs/server/apps/puppetserver/cli/apps/ca:5:in '<main>' 8: from /opt/puppetlabs/puppet/lib/ruby/...
Uday Kiran Reddy's user avatar
0 votes
1 answer
190 views

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 ...
Uday Kiran Reddy's user avatar
0 votes
0 answers
52 views

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 ...
Flechoide's user avatar
0 votes
1 answer
636 views

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,...
macosta's user avatar
1 vote
0 answers
290 views

I have a puppet-master puppet agent setup in AWS VPC. The system has been running for the last 2 years without too many issues, but today the master will not accept a certificate request from any of ...
Tiaan Stals's user avatar
1 vote
1 answer
342 views

I have use Puppet/Chocolatey to configure visual studio 2010-2015. The last release of VS 2017-2019 has change a bit because of the new online installer method and I am still searching for a solution ...
Nicolas Boucher's user avatar
1 vote
1 answer
527 views

I'm taking over an old puppet master, and I need to disable a user. I'm aware of "present", "absent", and "role", and they seem to be the only ones available. I've been searching and honestly can't ...
Angus's user avatar
  • 49
2 votes
1 answer
6k views

I have installed puppet server and the agent, accept the intial agent request with sudo /opt/puppetlabs/bin/puppetserver ca sign --certname mywindowshost on the server. I can see the certificates are ...
morleyc's user avatar
  • 1,140
1 vote
0 answers
24 views

I have installed a Puppet Server on Azure and is currently managing a number of Puppet Agents on Azure as well. I am using the internal azure fqdn - this means that all manifests and tasks processes ...
James's user avatar
  • 123
0 votes
2 answers
2k views

Is there a way I can use a custom fact while using rspec? My module works fine and the custom fact exists and works as intended when I do a puppet run on my agent, but when I try to use the same fact ...
AndreasKralj's user avatar
0 votes
1 answer
615 views

Is there a way to continue using puppet module generate? I'm using Puppet version 4.10 and earlier I was able to make one without issue, but today when I tried to make one I got the following error: ...
AndreasKralj's user avatar
1 vote
0 answers
382 views

We have a puppet server running 3.8.7 on RHEL 6.10. It experienced an OOM event this morning then the server recovered without intervention. While looking into this I noticed the server became very ...
user53029's user avatar
  • 649
1 vote
2 answers
3k views

I am trying to figure out how to run a Puppet configuration on a newly bootstrapped node, and then, from then onwards, only run as noop in order to collect reports on infrastructure changes / drifts. ...
James's user avatar
  • 123
0 votes
2 answers
355 views

I create configuration in Puppet for Nagios agent (NRPE). Now I'm trying to set different file source depending on existence of dirs.First I check if specific directory exists and then set specific ...
Łukasz Pecyna's user avatar
0 votes
1 answer
938 views

I am trying to install puppet enterprise for the first time, and following this documentation: https://puppet.com/docs/pe/2019.0/installing_pe.html I have downloaded the file and executed it locally ...
Miguel Mesquita Alfaiate's user avatar
0 votes
1 answer
1k views

I've searched far and wide, and I just simply can't get it to work. I've searched everything I could find which contained "puppetdb", but without success. I have followed the documentation, and I ...
Angus's user avatar
  • 49
0 votes
1 answer
206 views

Say I have two locally extant modules that don't exist on Forge or in a custom Forge-like repo. These repos will never be installed via command line as they are part of a bigger deployment that cannot ...
AndrewL's user avatar
  • 191
1 vote
1 answer
201 views

i have setup puppet server agent setup. I am using puppet version 4 for both server and agent. I have my node definitions. I can run puppet agent -t to retrieve the node definitions from puppet server....
Rehan Miah's user avatar
0 votes
1 answer
145 views

Is it possible to set multiple nodes to includes different roles? Like this node_modules.pp: node 'puppet-appserver.dev' { include role::app_server } node 'puppet-dbserver.dev' { include role::...
johnsnow's user avatar
  • 171
0 votes
1 answer
492 views

I started puppet enterprise installation on CentOS image and it worked fine with guided install. Now, I am trying with text mode install with similar CentOS image and I get error to check pe.conf file....
anuj tyagi's user avatar
1 vote
1 answer
2k views

I'm trying to debug a caching issue with Puppet on RedHat 7. My versions are at the bottom of this question. Below is an excerpt from my site.pp manifest. This is all fine and the Nagios check is ...
wsams's user avatar
  • 161
0 votes
1 answer
4k views

I have been all over the internet and tried different fixes to which none have worked. Issue: When setting up a new agent to connect to the Puppet Master I run: sudo /opt/puppetlabs/bin/puppet ...
scalderoni's user avatar
0 votes
0 answers
554 views

I have added following code in site.pp node default { file {'/etc/motd': ensure => present, content => "Motd Updated.\n", } } But when running following command in one agent it is not updating ...
Tom's user avatar
  • 141
0 votes
1 answer
2k views

I have started to play with puppet 5 and for some reason the source attribute in the puppet file resource is not working. I have a simple manifest file in my puppet server which is as follows: file {'...
hypersonics's user avatar
1 vote
1 answer
3k views

I am trying to install and configure puppet 5.3.2 on two identical Linux machines running Centos 7 (one being a master and the other being an agent). I have managed to install the puppet from the ...
hypersonics's user avatar
0 votes
1 answer
178 views

Using the Firewall module version 1.9 in puppet 3.8.7, I am getting the following error: Error 400 on SERVER: Invalid parameter string on Firewall Here is my Puppet Firewall rule. firewall { "051 ...
markhorrocks's user avatar
-1 votes
3 answers
1k views

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 ...
anon's user avatar
  • 9
1 vote
1 answer
910 views

I have installed a puppetdb on one of my puppetmaster and it works. But I'm not able to connect a second one to the puppet master. The command "puppet agent -t" works on my 2nd master. Each master ...
Skullone's user avatar
  • 227
1 vote
1 answer
322 views

I'm trying to deploy the saz/sudo module to manage our sudo configs (I'm pretty new to puppet (~3days), so please excuse my potential ignorance). Our current sudo config all contained in a single (...
Mark V's user avatar
  • 121
1 vote
2 answers
684 views

I have what appears to be a functioning r10k setup with respect to publishing branches as environments, but when I run the command to pull modules via sudo /opt/puppetlabs/puppet/bin/r10k deploy ...
Geoff Johnson's user avatar
1 vote
2 answers
2k views

I have file structures for 2 environments on my puppet master server. Running ls /etc/puppetlabs/code/environments/ on my master server returns two folders beta and production. Yet when I go on my ...
Philip Kirkbride's user avatar
2 votes
1 answer
7k views

I'm learning to use Puppet and have successfully setup and connected a master server with 2 nodes. I've created files for the default production environment which is working. I also have a second set ...
Philip Kirkbride's user avatar
3 votes
1 answer
16k views

I have seen the similar post here, but that does not solve Intent is to copy the bash script on agent node and execute. SLES11SP4-118:~ # cat /etc/puppet/manifests/site.pp node default { include ...
RajSanpui's user avatar
  • 163
0 votes
1 answer
100 views

have written the following manifests using tidy resource to delete old war files $ cat /home/kar/cleanwars.pp node 'node-010.example.com' { tidy { '/home/kar/temp/': path=> '/...
Zama Ques's user avatar
  • 523
0 votes
1 answer
266 views

How I must configure a "init.pp" file for sending more than a file in the same class? What I have done is this: class nagios { file { ['/usr/lib64/nagios/plugins/']: path =>...
Daniel Ruiz Molina's user avatar
1 vote
1 answer
2k views

I'm trying to use a puppetmaster for servers being both on an LAN and outside of a LAN. Here's the setup : I have 3 servers behind a router and a VM on Google Cloud. The puppet agents connect to the ...
J.F.Gratton's user avatar
1 vote
1 answer
965 views

I am learning puppet, and I was supposed to enact this security measure on mount point /tmp: /tmp /var/tmp none rw,noexec,nosuid,nodev,bind 0 0 I looked at fstab, and I see this: /tmp /var/tmp none ...
arcee123's user avatar
0 votes
2 answers
1k views

I'm running puppet 4 and I would like to generate several config files from the same template with different configurations for each one. for example : # cat /tmp/a.conf test1 # cat /tmp/b.conf ...
Skullone's user avatar
  • 227
1 vote
2 answers
672 views

Do you guys know how one might run r10k properly on a CEntOS 6.7 server with Puppet 3.6? Is that a contradiction in terms? I checked the r10k source code's list of requirements: https://github.com/...
Nathan Basanese's user avatar
0 votes
0 answers
186 views

tl;dr: How do I manage modules for a Puppet Master, like I do using requirements.txt for Python or using Bower for JavaScript? Here's an example. Say I want to install the puppetlabs/firewall ...
Nathan Basanese's user avatar

1
2 3 4 5 6