Hi,
I'm trying to add my first custom type to puppet largely copying
examples whilst working with puppet-2.6.6.

My error:

err: Could not retrieve catalog from remote server: Error 400 on
SERVER: Could not render to pson: you must specify title patterns when
there are two or more key attributes

What is a title pattern?

My extremely trivial files:

The type "metric"
http://pastebin.com/9F7sVYjp

The provider "lemon".
http://pastebin.com/eJEvsV6v

My addition of a class is then:

 metric{ '20002':
           ensure => present,
           provider => lemon,
           name   => 'system.loadAvg'
  }






-- 
Steve Traylen

-- 
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