Hey;
Core requirement: have puppet manage auditd on a separate /var/log/audit filesystem.
I've seen the mount resource so I can have the auditd module require the file/dir /var/log/audit (for permissions) which requires the mount point /var/log/audit which will, if necessary, update /etc/fstab. I don't see any way to generate a new device using that, though. I can pre-generate that but I'd like to have puppet do it so it'll catch any new systems getting built.
Enter the puppetforge lvm module. That looks cool. The examples on the web show the mountpath and mountpath_require option but I can't tell if that'll update /etc/fstab. Doesn't appear to.
Anyone have any hints/tips/suggestions on having modules interact with mountpoints and linux lvm before I see if I can blow up a test box?
Thanks
Doug O'Leary