Mercurial > repos > other > Puppet
comparison modules/apache/lib/puppet/provider/a2mod/modfix.rb @ 0:956e484adc12
Initial public release of Puppet configs
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sat, 16 Aug 2014 19:47:38 +0000 |
parents | |
children | d9352a684e62 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:956e484adc12 |
---|---|
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 |