]> git.donarmstrong.com Git - dsa-puppet.git/blob - 3rdparty/modules/apache/lib/puppet/provider/a2mod/modfix.rb
try again, with puppetforge modules, correctly included now
[dsa-puppet.git] / 3rdparty / modules / apache / lib / puppet / provider / a2mod / modfix.rb
1 Puppet::Type.type(:a2mod).provide :modfix do
2     desc "Dummy provider for A2mod.
3
4     Fake nil resources when there is no crontab binary available. Allows
5     puppetd to run on a bootstrapped machine before a Cron package has been
6     installed. Workaround for: http://projects.puppetlabs.com/issues/2384
7     "
8
9     def self.instances
10         []
11     end
12 end