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
0 answers

Error: Could not request certificate - Puppet version Issue

It was running fine till earlier, now I all of a sudden get this error when I try to do puppet agent --server *MasterName* --waitforcert 60 --test . When I try to yum upgrade puppet, I get nothing to do. Any help with this error? Error: Could not…
James
  • 193
  • 2
  • 4
  • 15
0
votes
1 answer

Accidently deleted ssl in Puppet Master

I accidentally deleted SSL and now there is nothing inside my /etc/puppetlabs/puppet/ssl/certificate_requests/. I have tried re-installing puppet master and done few other things but it hasn't solved yet. Is there a way to get the certificates back…
James
  • 193
  • 2
  • 4
  • 15
0
votes
1 answer

How does Puppet pass MFA?

If you need a password to copy files from one server to another, how does Puppet do it? Copying from master to client. What't the technical detail? I am assuming it has to do with those permission codes?
James
  • 193
  • 2
  • 4
  • 15
0
votes
1 answer

dependency error while running windowsfeature

This is how my manifest looks like: class dotNetCore { notify { 'Installing NET-Framework-Core': } windowsfeature { 'NET-Framework-Core': } notify { 'Finished Installing NET-Framework-Core': } } class installIIS{ require dotNetCore notify…
Asdfg
  • 11,362
  • 24
  • 98
  • 175
0
votes
2 answers

Can I install puppet to all my clients(hosts) at once?

I have installed puppet in the master and one of the clients. Now I want to install it in all the 100 servers I have and sign the certificate. I know I can sign the certificates to all at once, but is there a way to install puppet in all the hosts…
James
  • 193
  • 2
  • 4
  • 15
0
votes
1 answer

Can there be more than one init.pp?

How many different init.pp can be there? Let's say if I have 10 different manifests that will do different jobs across the servers, should I define all the classes in one init.pp? If the answer is yes, won't it get confusing once too many…
James
  • 193
  • 2
  • 4
  • 15
0
votes
1 answer

Puppet manifest to unzip a zipped file on a windows host

I keep getting the error 'Could not find command 'C:\puppetfolder\unzip.exe' or 'Could not find command 'C:\puppetfolder\ 7-Zip.exe' whichever one I try… basically I’m trying to unzip a zipped file (server.zip) into the directory C:\puppetfolder.…
0
votes
0 answers

Puppet how to check that exec resource is not getting applied

I am working on a project which contains a module with nearly 100 of exec resources guarded by creates attribute to ensure that exec resource is idempotent. On applying puppet class, it just logs only those resources which are getting applied but…
noname
  • 179
  • 1
  • 4
0
votes
1 answer

Writing variables defined in site.pp file to file

On my puppet master I have a site.pp file that defines the content of some certificates like so ... $swift_cert_content = ' -----BEGIN CERTIFICATE----- blhablhadfblhablah... -----END RSA PRIVATE KEY----- ' ... and I want to write the value of…
Red Cricket
  • 9,762
  • 21
  • 81
  • 166
0
votes
0 answers

Modern 3.8+ answers file for Enterprise Puppet Master?

I've looked around for awhile to track down a filled out answers file that would be for an Enterprise version master, I was only able to locate something for version 2.0~ though and am not certain what has changed since then (below) can someone show…
ehime
  • 8,025
  • 14
  • 51
  • 110
0
votes
1 answer

How come data is not coming from my hiera yaml file?

I am using Puppet Enterprise 3.7.2 and on one of my nodes I create the file: [root@vii-osc4-mgmt-001 ~]# cat /etc/profile.d/POD_prefix.sh export FACTER_pod_prefix=vii-osc4 Then I rebooted that node and logged back in and verified that the…
Red Cricket
  • 9,762
  • 21
  • 81
  • 166
0
votes
1 answer

Duplicate class error on Puppet Enterprise Hiera config

I'm getting the following error while running puppet agent -t Duplicate declaration: Class[MyModule] is already declared; cannot redeclare on node mynode.mydomain.com I'm using heira as my approach. In mynode.mydomain.com.yaml I have the…
Sam Hammamy
  • 10,819
  • 10
  • 56
  • 94
0
votes
1 answer

Puppet is pointing to the older version ruby installed

I'm installing ruby latest version (2.2.1) using RVM on CentOS. & set it as default version. following this link :- http://tecadmin.net/install-ruby-1-9-3-or-multiple-ruby-verson-on-centos-6-3-using-rvm/ Here my assumption is that i have latest ruby…
ggtffg
  • 303
  • 3
  • 20
0
votes
0 answers

How to create hierarchy in puppet

Sorry for the trouble but I understood the use-case wrong the new use-case is as follows: common / \ Program Data / | | \ Java Python MySQL DB / | \ / / | A…
Sidd
  • 133
  • 2
  • 8
0
votes
1 answer

log file shows intermittent success and failure

I will try a brief version first, then i can add more information as requested. I have a client machine with the following configuration: ------------------------------------------------------------ Connected to puppet-client-10 as root Debian 7.8…
RASG
  • 5,988
  • 4
  • 26
  • 47
1 2 3
16
17