Simple Things To Remember When Remodeling Your House
When these tips are followed, you will better understand what is required to do a good job with home projects. There is a ton of information to consider and you should know how to utilize it to your...
View Articlewhale watching is Enjoyable Activity
Do you know what whale watching is? As the title imply, whale watching is the activity in which you hop on a a ship, watch the whales swim and do their activities, visit the sea, and go with them along...
View Articleaudit installed versions of packages
Is there a report module available (or an example of one) that can return back the version of each installed package on the host?
View ArticlePuppet fails with key mismatch only sometimes
Apr 4 08:14:26 server puppet-agent[19535]: Unable to fetch my node definition, but the agent run will continue: Apr 4 08:14:26 server puppet-agent[19535]: The certificate retrieved from the master does...
View Articlemaster certificate deleted accidently
Team, We have 300+ nodes in our environment. I accidently cleaned the puppet master certificate (puppet cert --clean puppetmaster), but there was a backup for the master server, so i could restore the...
View Articlecan puppet manage puppet.conf
I know that puppet **can** manage `/etc/puppet/puppet.conf` . I guess I'm wondering if there's a reason why I **shouldn't**. We need to make a change to all of our `puppet.conf` files. Adding...
View ArticleHow do I invoke a build script after downloading from git
Here is the code: exec { "Download Phalcon": path => ["/usr/bin/", "/home/cphalcon/build"], command => "git clone git://github.com/phalcon/cphalcon.git /home/cphalcon", require =>...
View Articlehow to set environment?
Hi All, How do set the environment in puppet server like if i a m having below scenario. Production > Linux> Windows> AIX Dev > Windows>Linux> AIX UAT > Windows> Linux also can...
View ArticleMonolithic with multipe compile masters
Hi all, I want to setup an environment with one master of master (MoM/CA) server and two compile masters. I want to use a load balancer infront of the two compile masters to proxy the requests from...
View ArticleProblem populating nagios objects from puppetdb
Hello, We're trying to populate a Shinken installation with nagios host and service objects, and all was going swimmingly until we ran into puppet trying to export non-existent objects from puppetdb....
View ArticleFailed to start pe-puppetserver service
I have Puppet Enterprise 2015.3.1 installed on a CentOS 7 machine (4 cores/7GB). On a server restart, all of the services come up successfully apart from the main pe-puppetserver service. It is not...
View ArticleGraphite issues on the Learning VM need help please
I have started going through the Learning VM and run into an issue on the "Power of Puppet" module. I have followed the guide to the letter and increased VM ram to 4GB at the start. I get through the...
View ArticleAdd extra value to a parameter in file
Hi, With this configuration , I can add the parameter "exclude" in the yum.conf file if it does not exist with the value " kernel" . augeas { yum_exclude_kernel: context =>...
View ArticleDoes file_line trigger a "subscribe" on the file?
Here is my class definition, in part: file { nrpecfg : ensure => file, path => "/etc/nagios/nrpe.cfg", } file_line { 'check_file_count_nrpe' : line => 'command[check_rsyslog_files]=sudo...
View ArticleUsing LVM, Foreman, multiple LVs and VGs in host group
Using puppet-lvm in Foreman (Satellite 6), I can get the following to work without issue in either an individual node or in a hostgroup definition: vgdata: physical_volumes: - /dev/sdb logical_volumes:...
View Articlevcsrepo and file to run only if git has a newer revision
vcsrepo runs even if latest already present. How do I get both stanzas to run only if latest not present? vcsrepo { "$odbcini_src": ensure => latest, provider => git, source =>...
View ArticleWhy is apache installing?
This is such odd behavior 1. I am invoking puppet through vagrant provisioner 2. I am using puppetlabs/debian-7.8-64-puppet as the base image The host machine in my case is Windows 7 - the following...
View ArticleIs is possible to call a resource from another class
I would like to centralise certain aspects of our puppet infrastructure particularly for service restarts when configurations have been applied and for schedules. For example I would like one master...
View ArticleHow to test puppet changes without committing?
We use Puppet with Foreman here, and it is the Foreman (with the Puppet add-on), that controls, which classes are applicable to each host. Foreman can be told to apply a particular git-branch to a...
View ArticleHow to create folder name with current date and time in windows 8 machine...
I am using Windows 8 machine as agent.I want to create backup folder having the name of current date and time.
View Article