AlexCline / puppet-fstab

The fstab module helps puppet manage entries in fstab.
7 stars 18 forks source link

Debian is supported, too #7

Closed sietse closed 11 years ago

sietse commented 11 years ago

I've tried out your module on Debian, and it modifies the fstab modified as desired. In addition, I've Googled around, and Debian’s fstab format is the same as Red Hat’s.

AlexCline commented 11 years ago

Thanks for the contribution! I think I'm gonna expand on this and use the $osfamily fact so that platforms are correctly supported. I'll push an update with that change.

AlexCline commented 11 years ago

I've uploaded version 0.5.3 to the Forge with this change.