My second, trivial, module posted to the puppet forge is called autofsck. It effectively passes -y to fsck during the boot up filesystem check on $osfamily = redhat so that manual intervention on filesystem error is never required (that is, unless fsck eats your filesystem ;).
Puppet autofsck Module
======================
Description
-----------
A simple puppet module to enable automatic / forced / completely unattended
fsck on boot up. Typically, this means passing the `-y` flag to fsck
Examples
--------
class { autofsck:
ensure => present, # default
}
or simply
include autofsck
Copyright
---------
Copyright (C) 2012 Joshua Hoblitt