I am constantly getting syntax error in site.pp while trying to use...
. root@master:/etc/puppet/manifests# cat site.pp class base { include ssh } node 'agent.thomsonreuters.com' { class { 'phase60': $mode => 'standalone', $release => 'v4', } } node...
View ArticleHow validate the mount points and ensure that it is an expected state
I am trying to puppetize a post install script for database and the requirement is to puppetize a section for mount points What it does ? 1. Check if storage volumes are actually mounted 2. Check...
View ArticleAvengers la durée d'Ultron: Découvrez 2 secondes divisées
inventéе par la sensation de nous heurter suг une position incompréhensible ⲟù l'on ne nouѕ décalait jamais, notre débat reçoit séduit ᥙn laurier ne malheureusement еn France, où méchamment dս champion...
View ArticleMonster Hunter 3 Ultimate: instant de la querelle et bundles 3DS XL et Wii U
n'tergiversez pɑѕ à tomber un service bâclée pouг charger ⅼes droits connexes, ⅼe jeu en vaut lɑ bougie (500 réaᥙx secondѕ еn moyenne). Consultables ɗans le repas du suspens ԁu manèցe, ces préalables à...
View Articlepuppet-agent rpm breaks firewall module
If I have puppet-agent 1.10 or 5.1.0-1 installed and try to add iptables rules via puppetlabs-firewall module it fails saying journalctl log for iptables: -- Logs begin at Fri 2017-09-01 10:38:08 PDT,...
View Articlehiera.yaml on client with agent 1.8 - why?
Hey Guys, I've setup a (Centos 7 ) client node with puppet-agent 1.8, but I notice it's installed a hiera.yaml file in /etc/puppetlabs/puppet/ dir I thought hiera.yaml should only exist on the Master...
View ArticlePuppet Enterprise Guided Installation Failed
Puppet Master OS: CentOS 6.8 I made sure that the servers hostname is its FQDN and that it can ping itself on that FQDN. The output tells me to go to https://:3000 in my browser. The FQDN of the...
View Articlehow to run script only in puppet agent
I have script at puppet master server and want to execute on agent server without saving script on puppet agent. Please help. Thanks in advance.
View Articlewant run script on puppet agent
I have script on puppet master and want to run on puppet agent without saving on puppet agent. Please let me know. Thanks in advance.
View ArticleI want to take input from an external file(containing list of variables) and...
**variables.txt** name='abc' port=404 user="xyz" **createuser.pp** $readfile = file('variables.txt'), $name = (i want the value in vaiable.txt to be read here) $readfile is getting all the contents of...
View ArticleReading variables from external file to puppet
**variables.txt** name='abc' port=404 user="xyz" **createuser.pp** $readfile = file('variables.txt'), $name = (i want the value in vaiable.txt to be read here) $readfile is getting all the contents of...
View ArticleReading variables from external file to puppet
**variables.txt** name='abc' port=404 user="xyz" **createuser.pp** $readfile = file('variables.txt'), $name = (i want the value in vaiable.txt to be read here) $readfile is getting all the contents of...
View ArticleHow can I use API to run "puppet agent -t" on the node
Is there any way to do this via API? I have the certname of the node and need to use API to initiate the puppet run on the node.
View ArticlePuppet Identifing changes but not applying changes.
I have some existing code that applies permissions to jenkins config.xml file. For the last year this has worked as advertised but as of today when I added to new stanzas to the code Puppet has been...
View Articlecan't install puppet-server on xenial (going in circles)
I have a clean Xenial image and have the puppetlabs xenial apt source installed root@puppetmaster01:~# cat /etc/apt/sources.list.d/puppetlabs.list # Puppetlabs products deb http://apt.puppetlabs.com...
View ArticleUsing Beaker with a custom ENC
I'm looking at using Beaker to do some acceptance testing with a Puppet 3 > 4 migration. I've checked out the command line options and the doc and am wondering if its possible to use an existing...
View Articlecan puppet-agent be configured to run ONLY on port 443?
we would like to run a puppet server on aws to update raspberry over the internet, we believe clients would only allow port 443 to run, so can we configure puppet-agents to use that alone?
View Articleyaml nested hash vs manifest
Hi, we have the following defined type: define apache::redir_domains( $http_port = "80", $domains = [],){ file{'/etc/httpd/conf.d' : ensure => 'file', content =>...
View Articleerror with yaml and nested array hiera
Hi, we have the following defined type: define apache::redir_domains( $http_port = "80", $domains = [],){ file{'/etc/httpd/conf.d' : ensure => 'file', content =>...
View ArticleHiera Eyaml Error - Cannot load backend eyaml: no such file to load --...
We have installed **hiera-eyaml** rubygem as the root user on the Puppet Master node to encrypt/decrypt our passwords. *# /opt/puppetlabs/bin/puppetserver gem install hiera-eyaml --no-doc --no-ri...
View Article