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

Foreman/Puppet: Add User to sudoers with a module

I would like to improve my skills in Foreman and Puppet. To do so I would like to get some easy tasks done. In my configuration all servers belonging to host group "Basic" should get a basic setup - including adding a new user and adding this to the…
MyFault
  • 913
  • 3
  • 15
  • 36
0
votes
1 answer

Puppet/Foreman - Hostgroups and classes

I successfully set up foreman and puppet. Now I'm trying to configure host groups which should contain a specific configuration. My example: Host group "Basic" should get a special MOTD. I installed a MOTD-module for puppet: puppet module install…
MyFault
  • 913
  • 3
  • 15
  • 36
0
votes
2 answers

Puppet and The Foreman: Can not import classes

I followed the Digitalocean-Tutorial to set up Puppet and The Foreman. At the moment I'm on the point Add NTP Module To Foreman - I would love to import the class to the foreman Click on the Import from foreman.nyc2.example.com button But the…
MyFault
  • 913
  • 3
  • 15
  • 36
0
votes
1 answer

Use puppet to deploy bareos (bacula-fork) to my nodes

I'm not sure if this is the right place to ask, but I would really love to use puppet to deploy bareos on my servers. Bareos is a fork of Bacula and is used for backing up remote systems. To do that bareos uses a server-instance and different…
MyFault
  • 913
  • 3
  • 15
  • 36
0
votes
2 answers

More that one Puppet agent stopped connecting to the Master

Puppet Master version 3.7.1 Puppet Agent version 0.25.4 Hi there Guys, I'm still in the beginning stages of using puppet running at lease 10 agents. I have written 20 odd modules and all worked fine. Yesterday I tried adding custom facts and got…
Malan
  • 31
  • 1
  • 6
0
votes
3 answers

Puppet error : Could not create master.pid

I've configure puppet server and client, when I run puppet master --verbose --no-daemonize on puppet server, I get following message, Notice: Starting Puppet master version 3.8.4 Error: Could not run: Could not create PID file:…
Rahul
  • 67
  • 1
  • 12
0
votes
1 answer

After initial setup cannot sign in to Foreman web console with admin account

Edited post to show how I installed foreman I'm new to ruby and I am trying to install Foreman on CentOS 7. I followed the install guide for my distro to do this: sudo yum -y install epel-release sudo rpm…
red888
  • 4,183
  • 18
  • 64
  • 111
0
votes
0 answers

Puppet master reverts back to older state and installs incorrect config/software

Has any one seen an issue with Puppet where we deployed some new configuration changes in the morning, but much later in the day it looks like the configuration was reverted. At least one package had the wrong version installed and some firewall…
blockcipher
  • 121
  • 4
0
votes
1 answer

AWS - ELB - Puppet - Must not contain unprintable characters

I am setting up a miscellaneous server cluster behind an internal AWS ELB which will serve NTP, centralized Rsyslog, and Puppetmaster. I configured the listener on the ELB to use https (8140) which required a certificate, so I used aws cli to upload…
Mike Purcell
  • 1,708
  • 7
  • 32
  • 54
0
votes
1 answer

runinterval not working for Puppet Agents

I am running puppet agents on windows. I am trying to change the interval of Puppet Agent check-in with the Server. on puppet master, i modified puppet.conf file and added runinterval = 5m under agent section. I then restarted pe-puppet service.…
Asdfg
  • 109
  • 1
  • 13
0
votes
2 answers

Puppet agent fails to find test module

I'm setting up a puppet master and agent. They are running on the same host, as I want puppet to manage this host, too. The agent fails to find the convenient test module that the package provides. I'm running ubuntu trusty (14.04 LTS) and…
jma
  • 425
  • 6
  • 16
0
votes
1 answer

Restarting Puppet Enterprise Master after hiera.yaml change

I have Puppet Enterprise 3.3.1 installed on an Ubuntu box. I've updated hiera.yaml to reflect a different datadir, and according to the docs a restart is required. How should restart the puppet master? When I try service pe-puppet restart It says…
Sam Hammamy
  • 189
  • 5
  • 17
0
votes
1 answer

How to calculate value in puppet erb file

I have the following value im my application my_app.pp value: akka_application_cluster_seed_nodes => '"akka.tcp://ActorSystem@host1:2551","akka.tcp://ActorSystem@host2:2551","akka.tcp://ActorSystem@host3:2551"' Now in my erb file min-nr-of-members…
danny.lesnik
  • 135
  • 1
  • 5
0
votes
3 answers

Puppet include firewalld module not working

I have cloned this module onto my puppet server. I cannot seem to understand how I should be including this into a node. I am doing: nodetest1 { include firewalld } But this does not apply all the configuration I have set, e.g. I have taken the…
W Khan
  • 58
  • 7
0
votes
1 answer

Puppet-Dashboard Doesn't Load With Ruby Gem Passenger 5

Has anyone encountered problem of running Puppet Dashboard on Ruby Passenger 5? If yes does it really work with that Passenger version? I've already setup and configured the necessary files required to run Puppet Dashboard via Passenger. Currently,…