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
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
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
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
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
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
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
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_
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..