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
1
vote
1 answer

Syntax error at '::nfs::server::export' in puppet

I am getting following syntax error: But I don't find any error in my code. Can anyone explain the cause and help me to fix it ? Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Syntax error at '::nfs::server::export' at…
ArunRaj
  • 1,780
  • 2
  • 26
  • 48
1
vote
2 answers

Run command in Puppet Master

Is there a way to run a command in puppet master that will bring changes to the hosts right away? I have used different scripts using crontab to schedule my tasks and it changes whenever I have specified, but I am trying to learn if there is a way I…
James
  • 193
  • 2
  • 4
  • 15
1
vote
1 answer

Is Puppet Evaluating Variables in my YAML data?

I have this in a yaml file in my hiera data: wsgi_keystone_conf_contents: | Listen 5000 Listen 35357 WSGIDaemonProcess keystone-public processes=5 threads=1 user=keystone group=keystone display-name=%{GROUP} …
Red Cricket
  • 9,762
  • 21
  • 81
  • 166
1
vote
1 answer

How to replace a file with same time in puppet master to agent?

I am checking the file content in file1 (which is in puppet master) with file2 (which is in agent machine). If the contents are the same mean I replace the file1 from master with file2 in agent. If the content are a different mean do nothing. So…
1
vote
1 answer

How can I make Puppet Device Management send my own commands?

I'm using puppet's network device management feature to configure Cisco routers, but I don't know how I can use it to send my own commands which I also want to use to create my own facts. For regular Windows or Linux clients we have exec: exec {…
red888
  • 27,709
  • 55
  • 204
  • 392
1
vote
2 answers

what is the difference between facter pe_build and facter pe_version?

what is the difference between facter pe_build and facter pe_version, facter pebuild is returning 2015.3.0 facter peversion is returning 4.3.1 how to get the version correctly in all the puppet master opensource as well as in the enterprise?
Lokn
  • 421
  • 4
  • 17
1
vote
1 answer

Puppet Enterprise or puppet open source

How to determine from the puppet master whether the installed version is opensource or enterprise? Thanks, Lokesh
Lokn
  • 421
  • 4
  • 17
1
vote
1 answer

setting ServerName with Augeas

I am trying to use a Augeas resource to set the ServerName in my httpd.conf like so ... # configure Apache HTTP server augeas { 'ServerName': context => '/files/etc/httpd/conf/httpd.conf', changes => "set ServerName ${controller_name}", }…
Red Cricket
  • 9,762
  • 21
  • 81
  • 166
1
vote
0 answers

How to upgrade hiera on PE3.8 without master remediating it back?

We have PE3.8 with hiera v1.3.4. However, I want to upgrade hiera to v3.0.5 (using gem install hiera). When we do this, the Puppet Master automatically reverts that back to 1.3.4 after a while. (Hiera v1.3.4 is a symlink in /usr/local/bin. After…
EdSpaeny
  • 11
  • 2
1
vote
1 answer

Is it possible to change few portions of the value in Augeas

I would like to change the few portion in the value part of xml. Is it possible to do it in Augeas ? For eg: I would like to change the IP_ADDRESS alone in the following xml. It has been placed in three places. Is it possible to do it…
ArunRaj
  • 1,780
  • 2
  • 26
  • 48
1
vote
1 answer

puppet apply command without root access in ubuntu

I installed puppet client in ubuntu and I am trying to execute my nexus artifact puppet and deployment files after hudson release process without root access. How to execute "puppet apply" command without root access in ubuntu ?
Kenshin
  • 1,030
  • 2
  • 12
  • 41
1
vote
1 answer

Puppet - unable to execute ONLY ONCE ordered chain of Exec commands after notification

TLDR: I can't configure ordered chain of Puppet "Exec" commands to run ONLY ONCE. Details: I want to use Vagrant and Puppet modules to setup VM with installed Redmine and some sample data loaded into it. I'm using…
ljader
  • 620
  • 2
  • 8
  • 22
1
vote
1 answer

Puppet hosts pull every 30 minutes?

Is it 30 minutes from the last change? I made change in master and the changes were applied in my hosts one by one, not together. There was difference of few minutes. So I assume Puppet hosts pull every 30 minutes after they pulled last time?
James
  • 193
  • 2
  • 4
  • 15
1
vote
0 answers

Could not set 'present' on ensure: No such file or directory

Getting the error below on the agent side when I try to sign the certificate and test it. Error: Could not set 'present' on ensure: No such file or directory - /usr/local/sbin/logbackup.sh20151015-45265-ouqjrt.lock at…
James
  • 193
  • 2
  • 4
  • 15
1
vote
1 answer

resolving cyclic dependency in puppet when notifying resource in another class

I have written one apache class which install apache2 and configure ssl and then start apache service. I am writing one subclass which will configure one virtual host and then restart apache service. I am getting cyclic dependency error as I am…
noname
  • 179
  • 1
  • 4