Could not find resource type 'firewall'
Getting following error on puppet client/agent. On agent, in file /etc/puppetlabs/puppet/puppet.conf value "pluginsync = true" is already set. ** Jan 13 12:12:47 ib-test-1 puppet-agent[28375]: Using...
View ArticleHow to list a files and its names in Puppet ( Linux )
We are having multiple unstructured static IpAddress configuration in linux. **Like the below :** ( i ) ifcfg-eth0 ( ii ) ifcfg-eth0:1 ( iii ) ifcfg-eth0:2 ( iv ) ifcfg-eth1 ( v ) ifcfg-eth2:2 ( vi)...
View ArticleRun exec on agent
Hi, I have set up master-agent architecture for puppet. I am basically trying to install & configure some packages on agent. For that I need to run some scripts & programs which are stored on...
View Articlepuppet config set needs unset
`puppet config` supports a set key '' but seems to offer no way to unset a key once it exists in puppet.conf puppet config set --section main server pm_upgraded.example.com puppet config print server...
View Articlemove agent to new master: 'unable to get local issuer certificate for cn/...'
I have a test node which had pointed at a legacy puppet master. I used this command to remove its certificates: find /etc/puppetlabs/puppet/ssl -name *`hostname`* -exec rm {} \; and then to update the...
View Articler10k, roles and profiles
I'm having some difficulties wrapping my head around how to use r10k along with Craig Dunn's Roles & Profiles pattern. I like the idea of abstracting my application layer from my modules....
View ArticleWhere are the open source Puppet Master installation directions?
At the top of this document (https://docs.puppetlabs.com/puppet/3.8/reference/install_el.html) it says that it will work for the Enterprise version of Puppet. "This is the version of Puppet included...
View ArticleUpdating Local Administrators group using powershell
Purpose: To use an access control list to regulate which users should have Local Administrator accounts on a server. If a Local Admin is on a server that isn't on the ACL, that account is deleted.Set...
View ArticleSpecial characters on package name
I'm trying to install Skype to Windows using package type: package { 'Skype[TM symbol here] 7.5': ensure => "$skype_version", source => "$fileserver\\$skype_installer", } This installs Skype. But...
View Articlehas no parameter named
Hello, i have an Rasperry Pi System managed by puppet. Currently i running puppet 4.3.1. Everything went fine but out of the sudden (maybe after an update of puppet) i have the issue that puppet...
View Articlewindows_services module
Hi, I am new to puppet so please accept my apologies if my question sounds silly. I need little help in using "windows_services module" available on forge. The usage section of module states >...
View Articlepuppet command in custom function
I would like to run a puppet command such as "puppet --version" as a custom function and use the command output in the module. Unfortunately it looks like every other command on the system works...
View ArticleForeman/Puppet: Add User to sudoers with a module
I would like to improve my skills in `Foreman` and `Puppet`. To do so I would like to get some easy tasks done. In my configuration all servers belonging to host group "Basic" should get a basic setup...
View ArticleDuplicate declaration error when using Ini_setting
I'm getting this error when using ini_setting and hiera "Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Evaluation Error: Error while evaluating a Function Call, Duplicate...
View ArticleIn the node.pp i want some module should be installed in some of the system...
I tried to add the below lines in the node.pp so that it can install in the host which start with first few letter. node /^ussclq(\d+)\./ { include agent } node /^usscld(\d+)\./ { include agent } node...
View ArticleQuestion about specific module in puppet forge
Is this forum also support the installation / configuration of modules ? I have an issue to use the maestrodev/wget module under my Windows server. It work well under my Linux box but was not able to...
View ArticleCleaning the clientbucket via tidy broken in Puppet 4?
I used to be able to clean the clientbucket (and the reports directory) in Puppet 3 using tidy, similar to the following: tidy { 'Clean clientbucket': path => $cbucketdir, age => $cbuckettidy,...
View ArticleError 400 on SERVER: Failed to find puppet.company.domain.com via exec:...
Hi, i installed puppet 3.7.2 on Debian 8.2 x64. then i installed foreman-installer 1.10. Now i'm testing agent and get an error: puppet agent --test Warning: Unable to fetch my node definition, but...
View ArticleHow do I get Puppet Master to run a manifest against a Puppet Agent server?
I installed Puppet Agent on a CentOS 7 server. I installed Puppet Master on a different CentOS 7 server. I'm using the free version of Puppet. The Puppet Agent server requested a certificate. I signed...
View Articlecreate postgresql db from sql file with puppetlabs-postgresql
Hello! I would like to create a postgresql db from an sql script. I am using the puppetlabs-postgresql module to setup postgresql. Is there a way to to this with the puppetlabs-postgresql module?...
View Article