I am getting this error: puppet puppet-master[16756]: PGError: ERROR: relation "inventory_nodes" does not exist LINE 4: WHERE a.attrelid ''"inventory_nodes"''::regclas... ^ : SELECT a.attname, format_type(a.atttypid, a.atttypmod), d.adsrc, a.attnotnull FROM pg_attribute a LEFT JOIN pg_attrdef d ON a.attrelid = d.adrelid AND a.attnum = d.adnum WHERE a.attrelid ''"inventory_nodes"''::regclass AND a.attnum > 0 AND NOT a.attisdropped ORDER BY a.attnum I have inserted this in my puppet.conf file: facts_terminus = inventory_active_record dbadapter = postgresql dbname = puppet_inventory dbuser = puppet_inventory dbserver = localhost The user puppet_inventory does not need a password. I am also using "thin_storeconfigs" but using a different db for that. What am I missing? -- 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+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.