Hi,

I've created  a custom class module and I can deploy it using the puppet -e 
"include custom.pp" command and all works great.

But if I call the class via a manifest file, puppet throws an error.

manifest:

class { custom-class:
  addr => '192.168.69.204',
  enable => false,
  ensure => stopped,
}

Syntax error  at '{'; expected '}' at /root/custom1.pp:1


The class module is in the correct place within the file system and where 
puppet expects to find it.

Any help would be much appreciated.

Thanks

Manoj





-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/puppet-users.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to