On Fri, Dec 24, 2010 at 6:41 AM, Daniel Piddock
wrote:
> I've done a bit of poking around the issue tracker. Issue 4473
> http://projects.puppetlabs.com/issues/4473 appears to be the ticket related
> to this. Unfortunately it looks like puppeteers expect this unusual name
> resolution order, if t
On Dec 19, 2010, at 5:07 AM, Ken Barber wrote:
> Thanks Luke.
>
> So I've been making some notes here:
>
> http://wiki.bob.sh/confluence/display/TECH/Ruby+DSL
This is a great doc. Would you be willing to migrate it to the Redmine wiki?
I especially like how you draw out the bits that have pur
On Thu, Dec 23, 2010 at 10:48 AM, Douglas Garstang
wrote:
> On Wed, Dec 22, 2010 at 8:33 PM, Nigel Kersten wrote:
>> That's actually a good point.
>>
>> Are you running the puppet agent in daemon mode or scheduled out of cron?
>>
>
> I'm running the puppet agent as a daemon.
> But... I'm still n
Thanks, both of you! That solved it.
Merry Christmas (for what's left of it...)
On Dec 26, 12:54 pm, Daniel Pittman wrote:
> On Sun, Dec 26, 2010 at 22:45, bowlby wrote:
> > I have this in nodes.pp
> > $puppetmaster_fqdn = generate("/usr/bin/facter","fqdn")
>
> > and this in a template
> > ht
On Sun, Dec 26, 2010 at 22:45, bowlby wrote:
> I have this in nodes.pp
> $puppetmaster_fqdn = generate("/usr/bin/facter","fqdn")
>
> and this in a template
> http://<%= puppetmaster_fqdn %>:8080
>
> When puppet runs, this is the result:
> http://puppet.home
> :8080
>
> Anybody any clue to whats ca
- Original Message -
> I have this in nodes.pp
>
> $puppetmaster_fqdn = generate("/usr/bin/facter","fqdn")
the output from this command has a new line in it
> http://<%= puppetmaster_fqdn %>:8080
<%= puppetmaster_fqdn.chomp %>
--
R.I.Pienaar
--
You received this message because yo
I have this in nodes.pp
$puppetmaster_fqdn = generate("/usr/bin/facter","fqdn")
and this in a template
http://<%= puppetmaster_fqdn %>:8080
When puppet runs, this is the result:
http://puppet.home
:8080
Anybody any clue to whats causing this? I've tried -%>
--
You received this message beca