Re: [Puppet Users] Literal @ character in erb template

2012-09-19 Thread Jason Ashby
Jo, I did figure it out, not sure if you saw my last post on this. Per my last post I said, "it turns out I was using 'source' instead of 'content' within my file declaration in my manifest." So it had nothing to do with the erb file at all. Regarding the @ symbol, it was a red herring. In fac

Re: [Puppet Users] Literal @ character in erb template

2012-09-18 Thread Jo Rhett
On Aug 31, 2012, at 10:40 AM, banjer wrote: > Thanks for the reply KW, but thats not quite what I was asking. Heres the > relevant section of the template: > > > *.notice;news.none;cron.none @loghost:514 > > <% if @hostname == "foo" %> > # Provides UDP syslog reception > $ModLoad imudp.so

[Puppet Users] Literal @ character in erb template

2012-08-31 Thread banjer
Hi, I have a template named rsyslog.conf.erb, and the puppet agents seem to be choking on this: **.notice;news.none;cron.none @loghost:514* The agents report an error of ": bad URI(is not URI?): " followed by a bunch of jargon. I'm pretty sure its the literal '@' symbol that its trying to ev