Issue #21653 has been updated by eric sorenson. Description updated
---------------------------------------- Bug #21653: puppet resource_type search '*' fails with weird error https://projects.puppetlabs.com/issues/21653#change-94293 * Author: Raghavendra Rachamadugu * Status: In Topic Branch Pending Review * Priority: Normal * Assignee: eric sorenson * Category: * Target version: 3.2.4 * Affected Puppet version: * Keywords: resource_type * Branch: ---------------------------------------- `puppet resource_type search '*' --render-as=json` Above used to work just fine on PE 2.8.1. But the same command on PE 3.0 fails with below. <pre> [root@puppet-pe3 puppet-enterprise-3.0.0-el-5-i386]# puppet resource_type search '*' --render-as=json Error: Could not call 'search' on 'resource_type': No such file or directory Error: Could not call 'search' on 'resource_type': No such file or directory Error: Try 'puppet help resource_type search' for usage [root@puppet-pe3 puppet-enterprise-3.0.0-el-5-i386]# puppet resource_type search apache Error: Could not call 'search' on 'resource_type': No such file or directory Error: Could not call 'search' on 'resource_type': No such file or directory Error: Try 'puppet help resource_type search' for usage [root@puppet-pe3 puppet-enterprise-3.0.0-el-5-i386]# puppet resource_type search '.*' Error: Could not call 'search' on 'resource_type': No such file or directory Error: Could not call 'search' on 'resource_type': No such file or directory Error: Try 'puppet help resource_type search' for usage </pre> -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" 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-bugs. For more options, visit https://groups.google.com/groups/opt_out.
