Re: [Puppet Users] Recommended way to get mcollective working with PC1

2016-01-15 Thread Francois Lafont
On 16/01/2016 06:14, Francois Lafont wrote: > Concerning mcollective plugins, I wanted to test but I don't see any > mcollective plugins > for Debian Jessie [1]. Is it normal? Have I missed something? > > [1] http://apt.puppetlabs.com/dists/jessie/main/binary-amd64/Packages And I have just test

Re: [Puppet Users] Recommended way to get mcollective working with PC1

2016-01-15 Thread Francois Lafont
Hi, On 15/01/2016 17:31, Stefan Heijmans wrote: > See the comment Jo made here [1], activemq and plugins will work. > > [1] https://tickets.puppetlabs.com/browse/MCO-722 Concerning mcollective plugins, I wanted to test but I don't see any mcollective plugins for Debian Jessie [1]. Is it normal

Re: [Puppet Users] Profile as a Git Sub-module

2016-01-15 Thread Luke Simmons
I was surfing, trying to find different forums where this type of case popped up, and ran into your discussion. I even posted to the Puppet forums without any answers. I did though run into a nice section in the comments here: http://garylarizza.com/blog/2014/02/18/puppet-workflow-part-3/ The

Re: [Puppet Users] Recommended way to get mcollective working with PC1

2016-01-15 Thread Kenton Brede
That does indeed work. :) Playing around this morning I also found that I could get a working configuration starting with: puppetserver gem install jruby-activemq But using the older Puppet repo makes for a cleaner install. Thanks Stefan, Kent On Fri, Jan 15, 2016 at 10:31 AM, Stefan Heijma

[Puppet Users] Recommended way to get mcollective working with PC1

2016-01-15 Thread Stefan Heijmans
Hi, See the comment Jo made here [1], activemq and plugins will work. [1] https://tickets.puppetlabs.com/browse/MCO-722 Stefan -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, s

[Puppet Users] Re: Puppet x64 msi not installing files

2016-01-15 Thread Derek Robinson
You might try checking c:\programdata\. On Thursday, January 14, 2016 at 5:12:19 PM UTC-6, Gary Greene wrote: > > I’ve got a user on Windows 10 x64 Pro that we’ve been having some issues > with the puppet install on his machine. To fix, I tried upgrading the > client from 3.8.3 to 3.8.4 from t

Re: [Puppet Users] How to manage half file.

2016-01-15 Thread Craig Dunn
Albert, Is it possible that your application can manage the line it needs to manage in a separate file to php.ini? If so you can use a combination of concat's source and content attributes to manage this. If for example, your application can manage a file containing just the one line in /etc

Re: [Puppet Users] How to manage half file.

2016-01-15 Thread Trevor Vaughan
Sorry...Hunter's! Too early in the morning. On Fri, Jan 15, 2016 at 6:07 AM, Trevor Vaughan wrote: > Albert's suggestion is probably your best bet at the least amount of work. > > First, create a custom fact that pulls that line out of your file. > https://docs.puppetlabs.com/facter/3.1/custom_

Re: [Puppet Users] How to manage half file.

2016-01-15 Thread Trevor Vaughan
Albert's suggestion is probably your best bet at the least amount of work. First, create a custom fact that pulls that line out of your file. https://docs.puppetlabs.com/facter/3.1/custom_facts.html. Next, your template would have a placeholder for that item. my_template.erb ...usual_template..