Absolutely beats me.
Is this a verbatim paste from your template?
Are you certain that the template is the source of the error?
Does it say anything beyond "syntax error"?
Just pasting puppet output would be ideal.
Cheers,
Felix
On 01/23/2012 12:57 PM, ollies...@googlemail.com wrote:
> I have t
Hi,
Is that variable declaration copied correctly?
> $resolvers = "10.10.10.10 11.11.11.11.12.12.12.12"
Should be
> $resolvers = "10.10.10.10 11.11.11.11 12.12.12.12"
what's that do for you?
Cheers
Den
On 23/01/2012, at 22:57, "ollies...@googlemail.com"
wrote:
> Hello,
>
> I am trying to s
Hello,
I am trying to setup a template with data being passed in as a long
string of data which is being returned via extlookup()
i.e. $resolvers = "10.10.10.10 11.11.11.11.12.12.12.12"
The template should split those up and put a nameserver entry per line
in /etc/resolv.conf
I have this in the