Hi, I need to define the hostclass with special character for ex: "swift::proxy-ring"
I have tried following ways but not worked: 1) hostclass :swift::proxy-ring do 2) hostclass 'swift::proxy-ring' do 3) hostclass "swift::proxy-ring" do When I am using the 2 and 3 options it is giving following erroe: undefined method `[]' for Class:Class at line 1 on node puppet- swproxy.persistent.co.in Thanks in advance, Sateesh B. -- 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.
