Issue #21653 has been reported by Raghavendra Rachamadugu. ---------------------------------------- Bug #21653: puppet resource_type search '*' fails with weird error https://projects.puppetlabs.com/issues/21653
* Author: Raghavendra Rachamadugu * Status: Unreviewed * Priority: Urgent * Assignee: * Category: * Target version: * 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. [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 -- 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.
