On Wed, Aug 15, 2012 at 7:02 AM, jcbollinger <john.bollin...@stjude.org>wrote:

>
>
> On Tuesday, August 14, 2012 9:49:53 AM UTC-5, Jen Patrick wrote:
>>
>> It's barfing on this:
>>  Error 400 on SERVER: Could not parse for environment production: Syntax
>> error at '{'; expected '}'
>>
>> Here's the node.pp
>>
>> node "ccc.unix.ccc.ccc.edu" {
>>   class {
>>      "web_server":
>>       net_static       => {
>>         "eth0"         => {
>>           "macaddress" => $macaddress_eth0,
>>           "ipaddress"  => "192.168.185.228",
>>           "netmask"    => "2255.255.255.128",
>>           "gateway"    => "192.168.185.129",
>>         }
>>       },
>>
>>
> As a different thread recently discussed, although once Puppet accepted
> hash literals as parameter values, the most recent version does not.
>

This is definitely a bug.  =(  John, do you know if it got filed as a
ticket?

-Jeff

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to