Questions tagged [puppet-enterprise]

Puppet Enterprise is the commercially supported and packaged release of Puppet.

Puppet Enterprise is the commercially supported and packaged release of Puppet.

It consists of a stack of various Puppet tools:

A Basic Split Installation

Related Tags

250 questions
0
votes
1 answer

Puppet Enterprise 2023.0.0 Local environment doesn't match server specified environment

So I've been at this for a couple of days, combining the power of Google & ChatGPT (and Grayskull if I could), to no avail. I've set the agents environment, and after clearing the cache, the agent reports the environment it believes it's in. On the…
Jules Clements
  • 418
  • 5
  • 8
0
votes
0 answers

Error: Could not retrieve catalog from remote server: Error 400 on SERVER

I think recently while doing SH1 SH2 Certificate migration we received the below error for a few VMs from one of our Environments, Attaching the error below can Anyone help me with this catalog from remote server: Error 400 on SERVER: 746:…
0
votes
1 answer

Puppet epp conditionals is there elsif?

Q: does puppet epp template syntax support elsif conditionals? I am receiving the following error when building a template with puppet epp: Evaluation Error: Error while evaluating a Function Call, epp(): Invalid EPP: Syntax error at 'elsif' It…
John-H
  • 73
  • 1
  • 4
0
votes
1 answer

Puppet agent disabled in Puppet master

In my environment, there is a RHEL puppet master which successfully managing over 500 nodes. When I run puppet in master server (puppet agent -t), I am getting below error. It seems puppet agent is disabled in master. Is there any impact , if I…
Gnay
  • 41
  • 4
0
votes
0 answers

Unable to get correct key/value pair from a Map Function - Puppet

I am getting the following error in my puppet catalog. /Stage[main]/Scconfig::Genetecauthrole/Dsc[COSCRole-GenetecAuthRole]: Could not evaluate: unsupported type NilClass of value '' Below is the Json . "authrole": { …
tafz
  • 59
  • 9
0
votes
1 answer

Puppet -- how to get what all packages are installed, files are created on a node?

We have a bunch of puppet manifests bootstrapping nodes. Most of it is legacy code written by many authors. Instead of looking at the puppet manifests and understanding what has been installed, is it possible to use any puppet command(s) to simply…
sam
  • 1,280
  • 2
  • 11
  • 20
0
votes
3 answers

Puppet Code Manager setup issue with Bitbucket

I have just installed puppet server enterprise and successfully added a few nodes and got some custom modules running also. I am now wanting to move to Code Manager before we get too deep in it. I have followed the instructions for creating an empty…
Riaan Schutte
  • 535
  • 1
  • 5
  • 14
0
votes
1 answer

Can you run conditional statements using a puppet resource attribute instead of puppet fact?

I'm new to puppet and so far I've been doing most of my condition statements using puppet facts which is pretty straightforward. This is what I want to do to make the changes I need. I want to create two groups: nossh with some gid like 100 and…
shkabaan
  • 3
  • 1
0
votes
1 answer

Install an exe as windows service using puppet

I want to install an exe as windows service using a custom puppet module. The exe path i can put mannually, now can anyone help me with what should i code in the puppet manifest file. I'm actually new to puppet so can anyone tell me the script for…
0
votes
1 answer

Sharing credentials from puppet master to agents

I am facing an issue in for pass db credentials to agents for custom facts . Unable to fetch the credentials from hiera with puppet lookup in agent
0
votes
1 answer

How to copy files from master to agent nodes using tasks

I need to copy files from puppet master to agent using tasks ,whenever I need to copy on random linux servers. Please help me on this.
0
votes
2 answers

Puppet install DS with 2 different commands and only if

I am not very experienced in Puppet and I really need your help. I have 2 servers where I need to install DS (ed. Directory Server) . Is running without error but in the servers not run these commands. What I made wrong? exec { 'Install first DS': …
0
votes
2 answers

Puppet not uninstalling package

I'm trying to uninstall packageA with puppet, however puppet doesn't uninstall. My package resource looks like this: package { 'packageA': ensure => absent, provider => rpm, alias =>…
Yong zhu
  • 103
  • 1
  • 1
  • 6
0
votes
2 answers

Manage multiple files permissions using puppet

How do I set file permission from list of file names from cat command? For example, below command returns 3 file names: $ cat /tmp/test | grep file /etc/systemd/file_1.log /etc/systemd/file_2.log /etc/systemd/file_3.log How do I use puppet to run…
kaiilim
  • 579
  • 12
  • 31
0
votes
1 answer

Puppet Enterprise and Git branches

We are using Puppet Enterprise, and I am confused on how to move a specific node over to a Git development branch for its Puppet code configuration. We successfully are using Code Manager for the Production branch, and have a couple dozen nodes (in…
John Fisher
  • 137
  • 3
  • 15