state file access error
Hello, We use puppet to deploy our applications. We have a minimalist setup with a puppet agent(v 3.7.1) running on a windows 2008 server and executing our deployment recipes. From time to time, I...
View ArticleCould not retrieve information from environment production
I followed the video tutorial at https://www.youtube.com/watch?v=Lm6wsc8FjC8 to get a basic example of using puppet to deploy sshd_config to different hosts. This is my "module": ssh_config/ |-- files...
View ArticlePuppet 4 agent still "Using configured environment 'production'" even though...
Hey Comm, Would be gratefull if someone could help me out with this one. Aim is to assign an environment to a node through an ENC script, disregarding any optional agent-side configurations. I have my...
View Articlebare minimal puppet agent apply mode for master install
Friends: Thank you for you time and attention I have a vagrant box that runs SLES 11. I want to be able to install PE 3.8 puppet master on the vagrant box. But the way I want to do it is to put a...
View ArticleError: puppet-agent conflicts with puppet-3.8.4-1.el7.noarch
Hi am trying to run $yum install puppet-server to install puppet master but am face this problem
View ArticleCould not retrieve fact='package_provider'
When I do a: puppet apply nginx/manifests/init.pp --debug get the following: Could not retrieve fact='package_provider', resolution='': Malformed version number string 3.7.3 (Puppet Enterprise 3.7.1)...
View Articlemcollective puppetral cron resource
Hi all, I'm trying to use mcollective and the puppetral to list out a cron resource, it seems to have no trouble doing it for root's cronjobs. $ mco rpc puppetral find type=cron...
View ArticleHow do I access the value of "puppetserver" from Ruby script?
I need to set a custom fact, based on the IP of the Puppet Server that is visible from both the Puppet server and client. From within a manifest that is common to both sides I can use the value...
View ArticleHow to run a command with every puppet run
I need to regenerate a config file from data available on the puppet master with every run. What I want is that my `exec {...}` command would be executed on each puppet run. I've been trying something...
View Articlecan the puppetlabs aws module select profiles defined in the credentials file?
after using "aws configure --profile dev" how do I tell puppet aws module to use "dev" profile instead of "default"? We have multiple aws accounts and are looking for a way to access them in puppet...
View ArticleJust How To Budget For Prepping
Document preppers work with the office environment and serve to proofread and edit documents. But for fun and comfort, add some favorites: raviolis, beef stew or chicken and noodles; even if they're...
View Article9 Tips To Don't Be Later For Work
There are many explanations why individuals invest profit do-it-yourself jobs. Should you loved this post and you would love to receive more info relating to survival gear and weapons - click through...
View ArticleIs there a "failing autorequire" for custom type developement?
A resource of this minimal custom type Puppet::Type.newtype(:database) do autorequire(:file) do '/etc/my.conf' end end will ... * be synced after `File['/etc/my.conf']` **if** the latter is defined *...
View ArticleUnable to get data from hiera. It must be simple....
My end goal is to iterate through a puppet hash and configure multiple VRFs. I was able to do that when the hash is locally defined using below code: $tenant_vrf_info = {...
View ArticleHow many nodes does Puppet Open source and Puppet Enterprise Support
How many nodes does Puppet Open source and Puppet Enterprise Support How many client agents can we connect to one Puppet Server in Open source and in Enterprise version
View ArticleShow all agents
Hi there! How can i see all agents and his version (and other info) on master? Some server info: [root@her code]# uname -a Linux her 3.10.0-327.3.1.el7.x86_64 #1 SMP Wed Dec 9 14:09:15 UTC 2015 x86_64...
View ArticleYAML in network requests is not supported
Hi there! I use Puppet Master 4.3.1 and puppet agent 2.7.26 on centos 6.4 and i get an error: [root@ids1-chel1 iglov]# puppet agent --debug --no-daemonize --onetime ... debug: Finishing transaction...
View Articlelearning vm out of memory with quest command
Hi, I downloaded the Puppet learning vm today. After clean boot of the VM and before starting any quests, running "quest" command takes 40 seconds to complete. After which I can see 148 ruby processes...
View ArticleSetup Siebel through Puppet
Hello Technologist, I am new to puppet Can anyone help me how to Setup Siebel through Puppet. Your feedback is highly appreciated. Best regards, Prync
View Articlecrontab setting weekdays
I want to run a cron Wednesday to Monday and have the following setting weekday => '3-1' But puppet is complaining about the '-'. What is the correct way to do this? Thanks
View Article