Skip to content

Commit

Permalink
Confine pecl provider to where pear command is available
Browse files Browse the repository at this point in the history
  • Loading branch information
walkamongus committed Jul 13, 2017
1 parent 7429e50 commit 1c801de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/puppet/provider/package/pecl.rb
Expand Up @@ -7,6 +7,8 @@
has_feature :upgradeable
has_feature :install_options

commands pear: 'pear'

def self.instances
pear_packages = super

Expand Down

0 comments on commit 1c801de

Please sign in to comment.