Error: Unknown Puppet subcommand 'infrastructure' See 'puppet help' for help...
Hello , I am getting an error Error: Unknown Puppet subcommand 'infrastructure' See 'puppet help' for help.. during installation of 2016.5 version on top of RHEL7.3...
View Articlebind puppet agent to specific address
Hi, i have a firewall with some ipsec openswan tunnels. the puppet master is on a tunneled network. it is reachable over a specific interface, which isn't the default one. when i use fping with source...
View ArticleGetting error Unsupported query parameter 'order-by'
I have the following curl code (server names removed) but I'm getting an error on the order-by. It's pretty basic syntax and I can't figure out why. Any ideas? curl -X GET...
View ArticleDependency/Ordering two create_resources statements
I have some RPM packages that need to be installed on my Linux servers. However, there are som RPM/GPG keys that need to go on first. I have both GPG keys and RPM packages in hiera but I don't know how...
View Articlebind puppet agent to a specific interface/address
hi there... i have a firewall vm with several interface and several openswan ipsec tunnels. the puppet master is located in one of the tunneld networks. the default gw is set to a interface which is...
View ArticleSearch order for DNS
Hi Team, Could you please help me to write the manifest for search order for DNS. Thanks, Mahender
View ArticleERROR: Could not open downloaded file
I have 2 classes in my puppet module, *class filebeat* and *class filebeat::install_filebeat inherits filebeat*. In class filebeat I want to download a properties file and save it in an specific path...
View ArticleERROR: Can not find file downloaded
I have 2 classes in my puppet module, *class filebeat* and *class filebeat::install_filebeat inherits filebeat.* In class filebeat I want to download a properties file and save it in an specific path...
View ArticleEasy way to map out Module dependencies
Is there an easy way to map out module dependencies and relationships in a masterless environment like the "puppet apply --nograph" option? I am having trouble getting puppet to recognize the newly...
View Articlepuppetlabs/lvm how to resize a logical volume and it's file system
Can anyone help on what is needed to resize an existing volume and file system using the puppetlabs/lmv module? My current manifest looks like this... logical_volume { $volname: ensure => present,...
View ArticlePuppet configuration for storage(Netapp cluster mode)
Hi , I am trying to configure puppet master and agent to automate my storage device (netapp cluster mode), I am facing configuration issues, Can you please help me sending configuration document for...
View ArticleCopy an array of files
Hello, i think I have a pretty dumb question.. but somehow Im kinda stuck.. I want to copy some files from a server, I created an array of file: $files = [ '/tmp/file1', /tmp/file2', ] The download...
View ArticleRPM install and action on failure with exec
Friends: I have a package resource that gets executed. It is an RPM and has post-install scripts that get run. In some case the RPM;s post-install script fails. This is being handled by the package...
View ArticleUnable to Add a node to master
Hello, Puppet enterprise v 2015.2.0 I'm unable to add a node to master with command curl -k https://abc.abc.com:8140/packages/current/install.bash | sudo bash. it says ""The following signatures were...
View Articlescheduled task using domain account
Hello All! I am having issue with scheduled task provider when using domain account. Puppet version is 3.6.2 (yes i know it is old - i have no influence on that) win32-taskscheduler gem version is...
View ArticleSPSS MSI installation
How can I write a class thath install SPSS using the following command MsiExec.exe /i "IBM SPSS Statistics 24.msi" /qn /L*v logfile.txt INSTALLDIR="C:\Statistics" LICENSETYPE="Network"...
View ArticleSPSS install using MSI
How can I write a class thath install SPSS using the following command MsiExec.exe /i "IBM SPSS Statistics 24.msi" /qn /L*v logfile.txt INSTALLDIR="C:\Statistics" LICENSETYPE="Network"...
View ArticleLooking for current best practice when ordering the configuration and running...
I have a base profile with the following autofs configuration: # step 1) remove default map files tidy { '/etc': matches => ['auto.*'], recurse => 1, } # step 2) set up map files $mounts =...
View ArticleJetty returns 404 when calling code manager URL behind nginx proxy.
I have set up an nginx proxy infront of our puppetmaster. Now I am trying to do a request to one of the endpoints for codemanager. However, i get a 404 response from Jetty when i do this request...
View ArticleHow to count number of files in a directory using puppet script?
- Both cases 1. When it counts number of files only in a directory leaving sub directories 2. Count number of files in a directory and also sub directories it is having
View Article