puppet-windowsfeature forge module cannot install...
Hi, I have downloaded puppet-windowsfeature module on my puppet master. I am not able to install Net-Framework-Core,Web-Asp-Net and Web-Net-Ext these features on my windows-2012 R2 pupper agent.
View ArticleHow to add puppet agent as administrator in windows?
My puppet manifest uses network resources and my puppet agent have issues accessing the network resources since it is running with default account. I need help to enable my puppet agent installed on...
View ArticleNTP package does not install on first puppet run on EC2 bootup
Puppet version: 4.5.2 In the site manifest file, ntp module is included to install ntp service: class { '::ntp': servers => [ '0.au.pool.ntp.org', '1.au.pool.ntp.org', '2.au.pool.ntp.org',...
View ArticleHow long does it take for an issue and associated pull-request to be reviewed?
I submitted [Pull-Request 1532](https://github.com/puppetlabs/facter/pull/1532) and associated issue [FACT-1593](https://tickets.puppetlabs.com/browse/FACT-1593) some time ago. How long will it take...
View ArticleWindows agent help with proxy authentication settings
I have a Windows server running an agent which sits behind a proxy that requires username and password authentication. When I perform a "puppet agent -t" run, I am am getting 407 Proxy Authentication...
View Articlehow to get trace logging
Hi, I've followed the instructions at https://docs.puppet.com/pe/latest/trouble_windows.html to get logging, add --debug --trace --logtofile to the sc start puppet command. But I still down get any...
View ArticleHow to resolve "more than one line match patterns" problem using file_line?
Hi I'm trying to change configuration file using puppet. This is my test.txt file that i want to change : [default] #puppet=no abc=123 [nova] #puppet=no I want to change "#puppet=no" to "puppet=yes"...
View ArticleWhich is the Forge policy for proprietary resources? Are modules which manage...
Hi all, Our team is about to start working on a module to manage a proprietary software (WebFocus). If we can do a good job, I'm interested in posting such module in the Forge. Is there any restriction...
View ArticleFailed to apply catalog: execution expired - Puppet install fails
Hello, I am trying to install PE on a clean Ubuntu 16.04.2 system and I am experiencing some trouble. It seems like the puppetdb fails to start during the installation process. after ~ 10 minutes the...
View ArticleCan I use ensure = installed ensure =latest in same manifest I want to...
Can I use ensure = installed ensure =latest in same manifest I want to install some package if New version come to repo it should be updated .
View ArticleGet the absolute path to the modules directory
Hi, I need to store a yaml file and load it with the loadyaml function. But `loadyaml` requires an absolute path. So, how do I reliably get it in the production and dev environment so that when...
View ArticlePublishing Module to the Forge
I'd like to start publishing modules to the Forge and/or GIT. However, I'm pretty new to this. I was thinking that the reference to the Apache 2.0 License in metadata.json was enough to be construed...
View ArticlePuppet v4 HOCON style auth.conf : want to use array with wildcard values
Hi Guys, I'm trying to use a wildcard list of domains to allow CSRs eg { # Allow nodes to request a new certificate match-request: { path: "/puppet-ca/v1/certificate_request" type: path method: [get,...
View Articlegetting error while signing certs
Hi there, I am getting the below error while generating the certificate. Please have a check on the error below. ======= root@east [/var/lib/puppet]# puppetd --test warning: peer certificate won't be...
View ArticlePowerShell DSC Module with Server 2016 (WMF 5.1)
Hi, is anyone using the puppetlabs/dsc module with Server 2016 which by default has WMF 5.1 installed? I have tried to create a test IIS website using dsc_xwebsite but the Puppet agents hangs when...
View ArticleCreating multiple directories using puppet failing
I am trying to create multiple directories using the following manifests class app { $dirs = app8 $appdirs = ['/data/tomcat/app8/conf', '/data/tomcat/app8/config', '/data/tomcat/app8/libs',...
View ArticleSSL Certificate problem
Hello, i have a problem with certificate SSL :( This is my config => **1 PUPPET SERVER :** name : puppetserver @IP : 192.168.138.137 **/etc/hosts** ![image...
View Articlehow to get a binary file read from master to agent on puppet enterprise
I am trying to get the binary file on the agent from the master first then execute it : code below: I have a binary file called install.sh on the master under /data/binary on the agent when I run :...
View ArticleFixing resource already defined error
I am trying to create multiple directories and then copy files to each of the directories . For that I have created the following resource $dirs=myapp $appdirs = [ "/data/tomcat/$dirs/conf",...
View Articlehow to get a binary file to stop the install if exist
I have a binary file to install called install.sh on the master under /data/binary, I need to fix my code to only install it if the file exist and want to have it only copy the file if the agent is not...
View Article