The error message says:
err: Could not parse for environment production: Syntax error at '.'; expected
'}' at /etc/puppet/manifests/nodes.pp:2 on node ubuntu2.ttinet
and your file in question:
> # cat nodes.pp
> node 'ubuntu.ttinet' {
> include ntp.
> }
So what's on line 2? a "." at the end, and the error tells you it did not
expect the ".".
Did you remove the "."?
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/puppet-users?hl=en.