On Nov 18, 2010, at 5:23 PM, Ed Greenberg wrote:
> and also fileserver.conf:
> # cat /etc/puppet/fileserver.conf
> [files]
> path /var/lib/puppet/files
> allow *
> [plugins]
> path /var/lib/puppet/facts
> allow *
>
>
>
> I put my fact file (plesk_version.rb) in the /var/lib/puppet/facts
> dire
May I please ask again for some assistance with the question below? I
hope somebody can help me.
Thanks,
Ed Greenberg
Original Message
Subject:Re: [Puppet Users] Using custom facts in Puppet
Date: Tue, 16 Nov 2010 13:14:06 -0600
From: Ed Greenberg
Reply-To
Replying to my own post:
When run with --test and without --pluginsync, my puppetd returns this:
info: Caching catalog for test10.newhostingaccount.net
info: Applying configuration version '1289933909'
notice: Finished catalog run in 1.42 seconds
--
You received this message because you are subs
On 11/16/2010 09:33 AM, JWBoerma wrote:
hello,
I am trying to add a custum fact to my puppet module.
I wrote and tested the facter script and it functions as I want it to.
I've got the same issue, trying to distribute a custom fact. I'd like to
return the version of Plesk Panel running on t
On Tue, 2010-11-16 at 07:33 -0800, JWBoerma wrote:
> Right now i am at a loss, since i cannot see what I'm doing wrong
> Does anyone have any experience with this?
>
> thanx in advance.
>
Can you send the output from the following command:
puppetd --test --verbose --no-daemonize
And also the
hello,
I am trying to add a custum fact to my puppet module.
I wrote and tested the facter script and it functions as I want it to.
I am following the instructions to synchronise the facts/plugins as
written in
Adding_Facts and plugins_in_modules from the documentation, as in:
put factscript in