Hello,

I am facing a issue that is not present in Puppet version 2.X.
At construction like:
$panel_tcp_in = $control_panel ? {
    cpanel      => {'admin_interface' => '2087', 'user_interface' =>
'2077,2078,2082,2083,2086,2095,2096'},


    directadmin => {'admin_interface' => '2222', 'user_interface' =>
'2222'},
    plesk       => {'admin_interface' => '8443', 'user_interface' =>
'8443'},


    default     => {'admin_interface' => '', 'user_interface' => ''}
}

I am getting:
    err: Could not retrieve catalog from remote server: Error 400 on
SERVER: Syntax error at '{'; expected '}' at .... on node ....

Did anyone face such issue before ? may be there is custom patch or
something that could fix this ...

i have open issue request: http://projects.puppetlabs.com/issues/19908
OS: CentOS 6 64 bit
Ruby: ruby 1.9.3p392 (2013-02-22 revision 39386) [x86_64-linux]
Puppet: 3.1.1

Thank you.
--
Maxim Ianoglo

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


Reply via email to