Output of annotate-group* does not match schema

19 views
Skip to first unread message

João Matos

unread,
Jul 31, 2017, 12:27:08 PM7/31/17
to Puppet Users
Hi

Output of annotate-group* does not match schema: {:deleted {:nfs::class_name {:noopt {:value (not (matches-some-condition? nil))}}}}. See the `details` key for the full schema, value, error, and location from which the error was thrown


Following this, we removed the parameters from the classes but no luck

But reading this it seems the issue is some classes removed from the environemts ?

without access to the classifier "tab" can't see the audit log. 
Checking the postgres db the classifier information matches the class names on the environment folder 

Stuck. Any help?

João Matos

unread,
Aug 1, 2017, 7:20:29 AM8/1/17
to Puppet Users
fixed.

if anyone needs 


sudo su - pe-postgres -s /bin/bash -c "/opt/puppet/bin/psql -d 'pe-classifier' -c \" DELETE FROM group_classes AS g USING classes AS c WHERE g.class_name = c.name AND g.environment_name = c.environment_name AND c.deleted AND g.class_name IN ('nfs::class_name'); \""
Reply all
Reply to author
Forward
0 new messages