PuppetDB install gone wrong
Hello newbie here. I'm trying to troubleshoot a puppetDB that I have just installed using the module puppetdb from the puppet forge.>puppet master = puppet-dev (has class puppetdb assigned to...
View ArticleI am looking for a puppet module for nagios Xi
ALCON, I have just installed Nagios XI on my system but I need puppet to maintain it. I am looking for a puppet module for Nagios XI.
View ArticleTrouble with duplicate declaration
Hi Puppet Experts, I am having a trouble with duplicate declaration from an outside class. I want to ensure this file independently from another class. Googling I found the define but no luck: err:...
View ArticleIssue with define
Hi Puppet Experts, I am having a trouble with duplicate declaration from an outside class. I want to ensure this file independently from another class. Googling I found the define but no luck: err:...
View ArticleFreeBSD package providers outdated
Hi, the FreeBSD package providers "ports" and "portupgrade" are outdated as they use "pkg_info" instead of "pkg info": https://wiki.freebsd.org/pkgng I would like to offer my support here but due to...
View ArticleProvide repository when using pkgng provider on FreeBSD
Hi, pkgng seems to use the default FreeBSD repositiory. Can I configure this to use my own (already existing) repository at /etc/pkg/? Thank you!
View Articlepuppetmaster can not connect with puppetdb with ssl error.
I have installed puppetdb and puppetmaster(4.8),and I have exec "puppet agent -t and puppetdb ssl-setup -f " on the puppetdb server, when I exec "puppet agent -t" on puppet agent node,I get ssl error,...
View ArticleHow to pass parameters to a require module in profile ?
Suppose, I have a module called `rcb_jdk` which installs jdk and it takes three parameters (`rcb_jdk::source, rcb_jdk::target, rcb_jdk::user`). When I `require` this module in a `profile` class lets...
View Articlehow to unzip a file in Windows server
I write my codes as below, but the .zip file can copy to $software_home, but can't extract to $box_sod_home. file { $box_sod_home: ensure => "directory" } -> file { "$software_home\\box_SOD.zip":...
View ArticleHow to Pass puppet hashtable to powershell hash parameter
We have the following data defined in default.yaml module_ui::config_params: audit_log_filepath: "C:/temp/Audit.log" syndication_filepath1: "xsl/200/repcodechooser.xsl" syndication_filepath2:...
View ArticleFBI reportedly looking into attempted hack of Trump Organization - Business...
Certain unlimited programs include all fees needed for the New York City Taxi & Limousine Commission. This service allows persons utilizing credit to have Master Cabbie Taxi Academy make the fee's...
View Articlefacing problem with puppet-agent on window server 2016.
HI. I am facing problem with puppet-agent on window server 2016. Problem -: Puppet run fails on windows server 2016 after installing role - remote desktop session host....
View Articlefile_line simply not working
Hi, I am using file\_line resource to match and replace but it's simply not working. I have tried with even simpler code but it simply ignoring my file\_line resource. file { '/tmp/eureka.txt': ensure...
View Articlecreate_resources get hash from lookup for the users data
Hi, I am trying to create a module where users should be defined in hiera, and code users create_resource init.pp class ipxusers ( $users = lookup({ name => 'ipxusers:users', value_type => Hash,...
View ArticleNeed to create a report while the package is installed via yum on multiple...
Hi i need a report to be generated by opening a file and append it on a shared path once the package is installed via yum on multiple hosts using puppet. For ex: If the custom package is installed on...
View ArticlePuppet Repository 6
When I try to install the puppet-agent on a redhat 6 with repository for redhat 6 it tries to install the agent for redhat 7
View ArticleError 500: pe_packages after 2017.2 install
Last week I tried to install PE 2017.2 over our working 2016.5 instance. I copied the tarball to our server, unpacked it, and ran puppet-enterprise-installer script. The install seemed to run without...
View ArticleRestrict hiera (version 5) lookup at environment and module layers
Hi, Recently I installed PE 2017.2 and got everything setup except hiera. Though I have used Hiera 3 it's going very tough to understand the configuration for all layers. However I have created a...
View Articletidy not remove files
Hello, I 'd like to remove the file calcul-version.tar.gz and I can't use either exec or file resources. ( I can't use file resource because I have install this file with ensure= present and I'd like...
View Articlewhat determines which modules are examined for catalog compilation?
I have a node defined in site.pp like this: node 'potassium', { include profile::it::potassium } When I run 'puppet agent -t' on potassium I get this error: [root@potassium ~]# puppet agent -t Info:...
View Article