Error: Could not connect to https://forgeapi.puppetlabs.com
Error: Could not connect to https://forgeapi.puppetlabs.com There was a network communications problem The error we caught said 'A connection attempt failed because the connected party did not...
View ArticleHow to Call stopWlsManagedServer.py.erb file inside init.pp class ?
How to Call stopWlsManagedServer.py.erb file (to stop the weblogic server ) inside init.pp class ? suppose : stopWlsManagedServer.py.erb - file name 1. Use the python script Ex: # python script...
View ArticleI ran puppet agent -t and I received the following error. Do you have any...
I am running PE 4.5.1 on Centos 7. I am able to deploy to AWS. I was in the process of running puppet agent -t and I received the warning. I'm trying to installed Docker and this seems to be the way to...
View ArticleDoes puppet ignore some file modes on directories?
I have this bit of code on my manifest: file { '/etc/cinder': ensure => directory, path => '/etc/cinder', owner => 'cinder', group => 'cinder', mode => '0640', } I know mode 640 doesn't...
View ArticleHiera hash or array error
I developed an AWS S3 bakcup modul, but after the latest modify, puppet client not running (for run I using a following command: puppet agent --no-daemonize --debug --onetime). My hiera.yaml: ---...
View Articlegetaddressinfo name or service not known issue
Hi I am having an issue when trying to serve files from the fileserver. Below is an extract from my manifest. file { '/etc/pki/tls/certs/gd_bundle-g2-g1.crt' : ensure => present, source =>...
View ArticleUnderstanding Hiera settings and like it's working
Hello, I've recently found a structure of puppet ready and functional using hiera, but I don't know like it's working. my hiera settings: /etc/puppetlabs/code/hiera.yaml :backends: - yaml :yaml:...
View Articlehow to solve the file paths must be fully qualified error
I am trying to install a application and my installer file is inside modules/module/files/installer.exe my init.pp is inside modules/module/manifests/init.pp In the puppet I have mentioned the file...
View ArticleHow to handle yaml array in erb template?
Hi, I have some hiera data that looks like this: netapp_nfs_shares: - 10.199.1.34:/os_cloud - 127.0.0.2:/example This gets passed to my class as parameter and gets used in a erb template file that...
View Articleconnected host failed to respond
When I am trying connect to puppet server from windows client it is giving the above error Thanks in advance Ravi Teja.
View ArticleStrange invalid value for Integer error
Hi Guys, I got the following msg: Error while evaluating a Function Call, Failed to parse template nrpe/etc/nagios/nrpe.cfg.erb: Filepath: org/jruby/RubyString.java Line: 1228 Detail: invalid value for...
View Articleprevent puppet creating production env (v4/2.4)
Our "production" env is called 'prod'. How do I prevent puppet creating a 'production' env dir puppet apply nodes.pp Notice: /File[/etc/puppetlabs/code/environments/production]/ensure: created Chris
View ArticleWe are creating an enterprise puppet setup.. 500 clients between NC and MA......
We are creating an enterprise puppet setup.. 500 clients between NC and MA... How many puppet masters and db servers do we need? Does the content need to be shared?
View ArticleQNAP NAS as a puppet device?
We have a QNAP NAS running in our environment. It's a lightweight Linux-derived appliance with an ARM architecture. I would *like* to use Puppet to manage the user accounts on the system, configure...
View ArticleDid not receive certifcate
On a couple of nodes I am getting an entry like this in the logs: Jul 16 09:08:36 database puppet-agent[20025]: Did not receive certificate From another post on StackOverflow I saw that sometimes this...
View ArticleOne puppet agent not sending reports
Hi, I have multiple agents in my setup and only one is not sending reports, using the same configuration as all others. The puppet.conf is the same on all agents (except the certname) and is working...
View Articlepuppetlabs/firewall
Installed and configured the puppetlabs/firewall - but during the deployment (puppet agent --test) I receive warnings like these ones: info: Retrieving plugin info: Loading facts in...
View ArticlePrevent puppet from starting services
I would like to run puppet in an automated ubuntu installation before the first reboot. Is there a way to prevent it from starting services without modifying all service declarations?
View ArticleLearning VM (2016.1.2) fail to pin learning.puppetlabs.vm to group
Hi, I'm enjoying the learning puppet VM - running on virtualbox. I'm only at the start and it was all going quite nicely. I added a proxy to install graphite, which worked hooray ! e.g. vi...
View ArticleIcinga via puppet
Hi, I'm new to puppet and have a task of installing icinga on a node. That is install icinga server in a node and then add some customized services for monitoring. I'm unable to install icinga server...
View Article