Issue #21653 has been updated by Andrew Parker.

Status changed from In Topic Branch Pending Review to Merged - Pending Release

Merged into stable in 
<https://github.com/puppetlabs/puppet/commit/09872812bfed9ccab482e111c5eaa5493da026ca>
 and master in 
<https://github.com/puppetlabs/puppet/commit/06b4479533372f6046a6b4b892eceea149f1c3a0>.

----------------------------------------
Bug #21653: puppet resource_type search '*' fails with weird error
https://projects.puppetlabs.com/issues/21653#change-94415

* Author: Raghavendra Rachamadugu
* Status: Merged - Pending Release
* Priority: Normal
* Assignee: eric sorenson
* Category: 
* Target version: 3.2.4
* Affected Puppet version: 
* Keywords: resource_type
* Branch: https://github.com/puppetlabs/puppet/pull/1752
----------------------------------------
`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.


Reply via email to