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

get the value of a hiera data from a puppet node without executing the full manifest

I am very new to Puppet and I have spent quite some time to figure the things which I am asking below but was not able to get any specific answers. Basically I have some puppet modules in my local git repo. From the manifest files I can see that…
Pulkit Gupta
  • 949
  • 2
  • 11
  • 31
0
votes
0 answers

How to do administer Puppet 4 using scripts

I have to automate puppet 4 administration. According to puppet 4 documentation there are major changes like * introduce puppetserver * Ruby / Rack puppetmaster services are deprecated and will be removed from puppet 5 onwards. My query is how do i…
vivekIndia
  • 138
  • 2
  • 11
0
votes
0 answers

Puppet Enterprise installation error in Ubuntu 12.04

OS version: Ubuntu 12.04 While trying to install puppet enterprise in Ubuntu 12.04, I am getting the below error [Error]: Could not start Service[postgresqld]: Execution of '/etc/init.d/pe-postgresql start' returned 7: Starting pe-postgresql…
Kenshin
  • 1,030
  • 2
  • 12
  • 41
0
votes
0 answers

difference between /sbin/service and systemctl start application

I have installed sonar as service, when I checked the /etc/init.d folder and I could find the file pointing to sonar.sh file. I am able to restart the service using /sbin/service sonar start, but when try to restart using systemctl it is complaining…
Harry
  • 445
  • 3
  • 11
  • 28
0
votes
1 answer

Puppet error : could not retrieve catalog from remote server: SSL_connect returned=1 errno=0

I am trying to setup puppet master and puppet agent in aws ec2 instances-linux ami. when i run my puppet agent to generate the certificate for the master to sign i encounter the below error. Puppet Master: [root@ip-10-**-*-*** /]# sudo yum install…
nad87563
  • 3,672
  • 7
  • 32
  • 54
0
votes
0 answers

Error installing egit plugin on eclipse neon using hiera

I am trying to install egit plugin on eclipse neon which is installed in my puppet agent by using puppet module concept. But when I am trying to install plugin it showing error as follows Error: Execution of '/usr/bin/yum -d 0 -e 0 -y list…
AjayKumar
  • 59
  • 1
  • 1
  • 5
0
votes
1 answer

How to install puppet agent in a large scale of nodes?

What can be a better approach to install PE4 agents in a large scale(500+) machines? These machines are all windows VMs, not residing on any clouds. It is really a tough task to login to each machine and install manually.
Biswa
  • 97
  • 3
  • 13
0
votes
1 answer

Dumping puppetdb into MySql or even postgres

For auditing purposes we are required to retain put puppet database for 7 years, how may I routinely dump it into a MySQL database, I might have some flexibility in the choice of databases, postgres or MySql. Thanks in advance.
a3kartik
  • 105
  • 1
  • 7
0
votes
0 answers

puppet enterprise + apache cannot load such file -- ./../testrequest (LoadError

Very new to puppet and ruby but not system administration. Baptism by fire, setting up puppetserver version: 2016.1.1022 on centos 7, 64-bit. Switched from default to apache, now when I open :8140 in a web browser I'm getting, with…
sdjuan
  • 709
  • 6
  • 15
0
votes
0 answers

External CA configuration with puppet agent

I am trying to configure the puppetserver and agent to use external CA with - Root self-signed CA & Master,Agent having its own ssl certificate Configurations in puppetserver: /etc/puppetlabs/puppetserver/bootstrap.cfg # To enable the CA service,…
Praveen
  • 657
  • 3
  • 9
  • 23
0
votes
1 answer

ERROR: The puppet master service failed to start within 120 seconds; unable to proceed

I'm trying to install puppet-enterprise (2016.1.1) on EC2 in AWS. It keeps failing all the time by showing the error message below : ** HTTP_PROXY= http_proxy= HTTPS_PROXY= https_proxy= /opt/puppetlabs/puppet/bin/curl --tlsv1 -f -s…
0
votes
0 answers

Heira Puppet erb syntax for collection object

Our Yaml. scopeConfigs: - {resource: '/users', scopes: ['demographicProfile','basicProfile']} Id like to know how to declare this on heira also on erb Ive tried putting it on heira scope_configs: "[{'resource':'/users', 'scopes':…
0
votes
2 answers

Running a python script on puppet

I'm new to using puppet, and have a master and agent server set up. I'm having difficulty figuring out how to run a python script on the agent server. I've followed the quick start guide and have been searching for an answer, but I can't find a…
kckaiwei
  • 416
  • 7
  • 18
0
votes
1 answer

Is it possible to import python code in puppet files?

Can python classes/objects/functions be imported in puppet files(.rb files with custom providers or any other) ? Is there any way apart from "exec" to run python code using puppet?
0
votes
1 answer

How to use custom dsc resource with puppet?

I have a custom dsc resource that manages Data Execution Prevention using BCDEDIT. I have to manage it using puppet enterprise and I am a newbie when it comes to puppet. Can anyone tell me where do i need to place the custom dsc resource and how do…
Nitish
  • 1
  • 1