postgresql module error validating database connection
OS: Redhat Enterprise 7.3 Puppet: 4.8.1 I wanted to get started using the postgresql module. I have a simple node classifier in my site.pp file where I simply declare the following as the documentation...
View Articleexported resource collector using arrays
I'm using puppet 3.8 with Passenger. I'm using echocat/nfs module to configure some NFS exports on "backupserver". On "database" server, I want to mount that NFS share, and I am trying to use the...
View ArticleUnable to display puppet console login window. Site can't be reached
Unable to view Puppet console URL. Puppet Enterprise version is 4.8.1 Firewall disabled O/S: Centos 7
View ArticleAdd line to file for one node
We have an existing puppet setup that is working well. However, on one node, I want to append a line to a configuration file. How do I do that? The file is currently fully defined in a manifest. The...
View ArticleHow to prevent a dependency cycle while still beeing able to notify a...
time and again i stumple upon a dependency cycle while trying to "order" things and still notify services. in my current example i run the `iredmail-installer` which installs the packages for the...
View ArticleHow to join the content of an array in an EPP template ?
Hello, according to the following documentation page : https://docs.puppet.com/puppet/latest/reference/lang_template_epp.html I should be able to use the join function to merge the content of an array....
View Articlepuppet master+passenger can't work
hi: I install puppet and passenger by gem,after that I install nginx by passenger-nginx-install-module,when I start it and exec puppet agent -t in client, It turn out eror follow this.how can I fix it....
View Articlepuppet master can't work with passenger + nginx
hi: I install puppet and passenger by gem,after that I install nginx by passenger-nginx-install-module,when I start it and exec puppet agent -t in client, It turn out eror follow this.how can I fix...
View ArticleHow to list all resources of a certain type?
Can a Puppet-manifest (or an ERB-template) enumerate through _all_ defined resources of a particular type? For example, I want to list all of the Puppet-managed users -- can I list all of the...
View ArticleHow to use file_line with "after" and "multiple=true"?
i am trying to add multiple lines, in my case `exclude=nodejs` after each occurance of `gpgcheck=1`, tried multiple variations but most of the time it simple adds nothing. puppet code: file_line {...
View ArticleRazor install fail
How can I install puppet razor on Oracle Linux 6 or 7, because I returned an error that can not install Linux than Red Hat? But in / etc / redhat-release, the OS is Red Hat Linux ...
View ArticleWhen using puppet with vagrant, is it necessary after the first vagrant up to...
I kept running into a problem with my puppet development environment in Vagrant which would bring up more than one VirtualBox Virtual Machine. I use the shell provisioner to install puppet on the...
View Articlemanaging /etc/hosts with Puppet and deleting duplicates
Hello, Im working a solution to dynamically manage /ect/hosts for my environment if a node has a certain tag. For example, if $facts['env'] =! undef { @@host { $facts['fqdn']: ip =>...
View ArticleREADME.rst files?
Does anyone know if the Forge supports modules with README files in Restructured Text format? I know [Github will handle .rst files](https://github.com/github/markup#markups), but I can't see anything...
View ArticleHow to use external file for template or inline_template function
Hi all, I have a puppet recipe who should download and extract an archive file which contain an ERB file. I would like to use this extracted resource as a base for a new file content resource. Do you...
View ArticleI am using complimentry ten nodes license can i install puppetlabs-vsphere...
I am having Puppet Enterprise Master installed with complimentary license of 10 nodes. I am trying to connect with vcenter via module puppetlabs-vsphere. I am getting error Error: Request to Puppet...
View Articlecron resource
Hi everyone! I'm finding myself stuck at the cron resource. Basically I've created a shell script file with file resource and added in the crontab with the cron resource. The thing is the cron executes...
View ArticleHow to use dsc_script?
Hey I'm trying to use the dsc module and create a dsc_script to run something for me. I didn't find any documentation about it besides the dsc modeule itself. It would be helpful instead of using the...
View ArticleAsp.net Web.Config - Best Practices
We are trying to come up with the best approaches to manage web.config files through puppet., Following the principal of build package once for all environment , we have package say (.zip) file with...
View ArticleCustom Type & Provider - self.instances JSON Issues
I am working on a new custom provider for IIS, forked from the forge module puppet/iis. I am trying to make the module work for some of the older OS that I have to manage, which unfortunately are...
View Article