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
2
votes
1 answer

Puppet gives SSL error because master is not running?

I started with two clean machines this time. My master is running 12.04 Version: 2.7.11-1ubuntu2 Depends: ruby1.8, puppetmaster-common (= 2.7.11-1ubuntu2) My client is 10.04 Version: 2.6.3-0ubuntu1~lucid1 Depends: puppet-common (=>…
Daniel Huger
  • 223
  • 4
  • 10
2
votes
2 answers

Puppet: SSL certificate Error

I did this sudo puppet agent --test err: Could not retrieve catalog from remote server: SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed warning: Not using cache on failed catalog err: Could not…
Daniel Huger
  • 223
  • 4
  • 10
2
votes
2 answers

How to chain puppet masters

I have a Puppetmaster server A and a server B that is a Puppet client of A. I would like to setup server B to be a Puppetmaster itself and make server C be a Puppet client of server B. (Note: all servers are Debian squeeze.) PM A <------ PM B…
user35042
  • 2,681
  • 12
  • 34
  • 60
2
votes
1 answer

Setting up puppetmaster: hostname was not match with the server certificate

I am new to setting up Puppet and Puppetmaster... We have puppets setup previously, and new new puppetmaster... 3rd edit After deleting the ssl files on both master(ghive-ldap) and client (giab10) The hostname for master is ghive-ldap and in…
CppLearner
  • 787
  • 3
  • 10
  • 24
2
votes
1 answer

puppet certificate fingerprint changed before and after signature?

I am getting quite a weird trouble here with my puppet configuration. On client and server (debian-squeeze), same version of puppet, clock synchronized. Things were going great until I decided to install puppet-dashboard, I don't know at which step…
philippe
  • 2,303
  • 4
  • 32
  • 53
2
votes
0 answers

Puppet apache vhost automatic deployment

Hi there puppeters :), I hope you can help me with a situation. Namely, I will use puppet to deploy many (I mean really many) nodes with Apache installed. The problem I have is that for now the only way to create a vhost with a specified ServerName…
Danijel Krmar
  • 139
  • 1
  • 1
  • 4
2
votes
2 answers

How to config the parameter in puppet sudo module in order to replace the client sudoer?

I'm configuring sudo module in puppet according to this code class sudo { package { sudo: ensure => present, } if $operatingsystem == "Ubuntu" { package { "sudo-ldap": ensure => present, require => Package["sudo"], } } file…
bayou
  • 33
  • 3
2
votes
3 answers

Git: push via ssh to a root owned repository with ssh root logins disabled

is that even possible? Summary, i'm running puppet master on a server and ideally we want root logins via ssh disabled, we want to force all access via sudo if root access required however we have puppet installed using a git repo to manage the…
anthonysomerset
  • 4,233
  • 2
  • 21
  • 24
1
vote
0 answers

Puppet master wont allow sign puppet agent certificate request, saying "Could not resolve x.x.x.x: no name for x.x.x.x

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 the agents once they are launched saying "Could…
1
vote
1 answer

How to Install Visual Studio 2017-2019 with puppet/chocolatey

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 to install them with Puppet/Chocolatey. When I…
1
vote
1 answer

Puppet - disable a user

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 find anything. If it helps, this user is only on…
1
vote
1 answer

Puppet Windows Agent unable to connect - certificate verify failed: unable to get issuer certificate for /CN=Puppet

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 placed in below and exist for the server root ca,…
morleyc
  • 1,150
  • 13
  • 47
  • 89
1
vote
0 answers

Puppet on Azure to manage non-Azure nodes

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 are sent using the internal Azure network. Now I…
James
  • 123
  • 6
1
vote
0 answers

Puppet server - Is it OK to delete files inside /var/lib/pgsql/data/base/?

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 slow to respond. I saw that it suddenly had over…
user53029
  • 629
  • 3
  • 14
  • 36
1
vote
2 answers

Puppet: Run in noop mode except for the first time

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. So... let's say I have this simple manifest: node…
James
  • 123
  • 6