Re: [Puppet Users] Puppet command through MCollective are extremely slow

2015-10-15 Thread R.I.Pienaar
- Original Message - > From: "Malintha Adikari" > To: "puppet-users" > Sent: Thursday, October 15, 2015 6:34:21 AM > Subject: [Puppet Users] Puppet command through MCollective are extremely slow > Hi, > > I have configured puppet master and set of agent. When I issue "puppet > agent -

[Puppet Users] Configure Jboss EAP with Puppet: How to set the 'jboss_bind_address'

2015-10-15 Thread Wei Chen
Hi, I am trying to configure the Jboss EAP 6.X with an example code. It works and its init.pp looks as follow: ... ]# cat init.pp # Puppet class jboss_install to install jboss rpm and start # the jboss server as service class jboss_eap ( $jboss_bind_address = '', $jboss_bind_address_management

Re: [Puppet Users] Re: Forge ACL Module 1.1.1 on Windows 7 x64 SP1

2015-10-15 Thread jmp242
I will try 1.8.3 to see if it makes a difference. Because I use Foreman, I can't go to Pupept 4 yet... On Thursday, October 15, 2015 at 12:27:34 AM UTC-4, Rob Reynolds wrote: > > > > On Thu, Oct 1, 2015 at 8:09 AM, jmp242 > > wrote: > > Puppet 3.8.1 on Windows currently. puppet module list doesn

[Puppet Users] Re: Puppet saying "changed 'stopped' to 'running'" while the service is running

2015-10-15 Thread jcbollinger
On Wednesday, October 14, 2015 at 11:23:10 AM UTC-5, Eddie Mashayev wrote: > > Hi, > > Thanks for the response. > I removed the `hasstatus' and 'hasrestart' from my module and still the > same result. > By the way, my agents are only CentOS 5/6/7. > > Ah. The "Mcafee" fooled me: I was not

[Puppet Users] Re: how to generate puppet modules or manifests files according to different groups of servers dynamically?

2015-10-15 Thread jcbollinger
On Wednesday, October 14, 2015 at 8:39:04 PM UTC-5, Robert Chen wrote: > > hi all, > > my company has a huge number of servers which are doing different > functionalities and these are changing everyday. I want to make the > customers to customized their requirements in a YAML file and then ge

Re: [Puppet Users] Re: Forge ACL Module 1.1.1 on Windows 7 x64 SP1

2015-10-15 Thread jmp242
The update to puppet 3.8.3 seemed to fix my problem. So now to upgrade puppet. On Thursday, October 15, 2015 at 8:54:59 AM UTC-4, jmp242 wrote: > > I will try 1.8.3 to see if it makes a difference. Because I use Foreman, I > can't go to Pupept 4 yet... > > On Thursday, October 15, 2015 at 12:27:

[Puppet Users] Reusable function/class code

2015-10-15 Thread Matt Shields
I need to do the same process over and over again for numerous users. What would be the easy way to create a class or function to wrap the following code so that each time I need to do the following it's a single line of code. Currently what' I've been doing is copying the 35 lines of code and du

Re: [Puppet Users] Reusable function/class code

2015-10-15 Thread Christopher Wood
For puppet 3 you would probably use a defined type and the create_resources function. https://docs.puppetlabs.com/puppet/latest/reference/lang_defined_types.html http://docs.puppetlabs.com/references/latest/function.html#createresources For puppet 4 you can loop over a set of puppet code to cre

[Puppet Users] ould not retrieve catalog; skipping run in puppet agent newer version 4.2.2

2015-10-15 Thread Ramkumar Nagaraj
Hi All, Getting following error while running puppet agent -t at puppet client machine: root@puppetclient1 yum]# puppet agent -t 2015-10-16 03:35:51.166907 WARN puppetlabs.facter - locale environment variables were bad; continuing with LANG=C Warning: Unable to fetch my node definition, but

Re: [Puppet Users] Re: hiera-eyaml - masterless puppet

2015-10-15 Thread Louis Mayorga
Wondering if Windows 2015.2 supports it. Of course, in a masterless setup. On Wednesday, March 11, 2015 at 5:04:53 PM UTC-4, jeff Adams wrote: > > We're using a couple of techniques: > > We bake them into our system images, and for ad-hoc we have a Rundeck > job that can push the keys onto a hos

Re: [Puppet Users] Puppetmaster performance degradation after update to 3.8.2

2015-10-15 Thread Adam Winberg
for posterity - a new puppetlabs ticket was created for this, https://tickets.puppetlabs.com/browse/PUP-5380, where the root cause of the problem is pinpointed. On Tue, Oct 13, 2015 at 3:34 PM, Adam Winberg wrote: > ok, so I have been tinkering a bit more with this and I my problems start > when