Handle the different module path when using puppet-agent

This commit is contained in:
2016-04-30 20:01:13 +01:00
parent 2c1d8c9d88
commit 2d9f7eafe5

View File

@@ -9,7 +9,7 @@ Puppet::Type.type(:package).provide :entropy, :parent => Puppet::Provider::Packa
has_feature :uninstallable
has_feature :upgradeable
commands :equo => "/var/lib/puppet/lib/puppet/provider/package/entropy/equo_locale"
commands :equo => "#{File.dirname(__FILE__)}/entropy/equo_locale"
confine :has_entropy => true