Can I use puppet to install application with interactive installer
Hello, We are going to use Puppet to install our application on Redhat linux environment. Plan is to use one Puppet Master and 24 agent servers. Problem is that your application installer don't have...
View ArticleUse Puppet to install application which is using interactive installer
Hello, We are going to use Puppet to install our application on Redhat linux environment. Plan is to use one Puppet Master and 24 agent servers. Problem is that your application installer don't have...
View Article::fqdn no longer valid for vhost name in hiera file for puppetlabs-apache...
Until today, the hiera .yaml file for our CentOS 7.3-based apache server hosts were able to use "%{::fqdn}: to name a vhost (see below). However, after upgrading from puppet-agent-1.8.2-1.el7.x86_64 to...
View Articlecan't start puppet-dashboard service
I am not able to start puppet-dashboard service. getting the below listed error message:- [root@puppetmaster ~]# service puppet-dashboard start Starting Puppet Dashboard:...
View Articlepuppet agent stop synching data with master
I am using puppet master version 3.4.2 having registered 3000 + node registered which includes windows and unix platforms. all the agent are connecting to master every 30 mins. I have ONE master and...
View ArticleUse IP's of physical interfaces in Template
I'm trying to loop through my interfaces, only the physical ones and use them in an Template file. I'm aware that the addresses can be looked up using facter ( $facts["networking"]["interfaces"]) but...
View ArticleDNS_ALT_NAME or Loadbalance traffic between 2016.4 Puppet master and 3.8...
Can someone please help/advise? I am trying to migrate Puppet to 2016, but would like to explore either changing DNS/CNAME from old to new server or use a loadbalancer. How do I migrate DNS_ALT_NAME...
View ArticleUnable to point puppet to latest Ruby
I have installed Puppet as per official documentation and I have got installed Ruby 1.8.7. But via rvm I have installed ruby 2.3.3 and then installed rack and passenger gems with `gem install rack...
View ArticlePuppet Professional 2016 Practice Exam
Hi, Can some one please post correct answers to "Puppet Professional 2016 Practice Exam". URL - https://puppet.com/support-services/certification/2016-professional-practice-exam Thank you
View Articlehow to remove applied module to puppet agent form Puppet enterprise console...
how to remove applied module to puppet agent form Puppet enterprise console or command
View ArticlePuppet agents seems to go haywire from time to time
We are running a Puppet system with 1 master and +/- 300 agents. The agents are daemonized (by which I mean that we do not run agents using CRON). We are having two issues, which I cannot pinpoint: 1)...
View Articlepuppet reporting to qradar
Hi, I want to forward the puppet logs from all nodes to a central qradar server, basically through syslog/rsyslog. I only see logs in puppetserver.log, and have to understand basic steps here. Can...
View ArticleInformatica installation using puppet manifest
Hi Team, Could you help me out in writing the manifest for installing the informatica using the puppet manifest. Thanks, Mahender
View ArticleWhy does NetworkManager-dispatcher fail from Puppet but works fine from...
I am writing a puppet manifest for use on RHEL7 system where I have this Service resource. service {'NetworkManager-dispatcher': enable => true, ensure => running, } But after I run 'puppet agent...
View ArticleDoes the puppet console node graph show the order resources are applied in?
I want to know if the node graphs in puppet show the specific order resources are applied in. I notice that it shows the relationships between classes and resource, what I want to know is if the order...
View Articlefile: ensure directory and link
Hello, i am very new in puppet and have a simple question. I have already googled much time about the problem, but I didn't find any solutions for my case. I want do create a folder and a symlink file...
View Articleunless statement
Hi, I'm trying to write a unless statement like below. But it's giving syntax error near '==' during the agent run. I'm using puppet 2.6. class user_manage { unless $facts['user_stat'] == "enabled" {...
View Articlehow puppet manifest files are written to increase ulimit of max user processes
how puppet manifest files are written to increase ulimit of max user processes
View ArticlePuppet: vcsrepo with git , different request format between Ubuntu and CentOS
This is the code I have in my puppetmaster class mediawiki { $phpmysql = $osfamily ? { 'redhat' => 'php-mysql', 'debian' => 'php5-mysql', default => 'php-mysql', } package { $phpmysql: ensure...
View ArticleUnable to clone mediawiki via git with vcsrepo at CentOS7 as puppet agent
My puppet master has code as below vcsrepo {'/var/www/html': ensure => 'present', provider => 'git', source => "https://github.com/wikimedia/mediawiki.git", revision => 'REL1_23', } file...
View Article