Re: [Puppet Users] Namespacing, includes and module lookup. Bug?

2010-12-26 Thread Nigel Kersten
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

[Puppet Users] Re: [Puppet-dev] Converting to Ruby DSL

2010-12-26 Thread Luke Kanies
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

Re: [Puppet Users] Puppet SSL Ciphers

2010-12-26 Thread Nigel Kersten
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

[Puppet Users] Re: variables created with generate() function have a newline when used in a template

2010-12-26 Thread bowlby
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

Re: [Puppet Users] variables created with generate() function have a newline when used in a template

2010-12-26 Thread Daniel Pittman
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

Re: [Puppet Users] variables created with generate() function have a newline when used in a template

2010-12-26 Thread R.I.Pienaar
- 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

[Puppet Users] variables created with generate() function have a newline when used in a template

2010-12-26 Thread bowlby
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