Issue #6654 has been updated by eric sorenson. Status changed from Needs Decision to Duplicate
There's a community-contributed mount provider for aix pending review/merge: #5682, closing this as dupe. ---------------------------------------- Refactor #6654: Mount provider incompatible with AIX's /etc/filesystems https://projects.puppetlabs.com/issues/6654#change-67268 Author: Jacob Helwig Status: Duplicate Priority: Normal Assignee: eric sorenson Category: mount Target version: Affected Puppet version: Keywords: aix Branch: The mount provider is based on parsedfile, which line oriented. The /etc/filesystems (/etc/fstab rough equivalent) on AIX is paragraph focused. Being based on parsedfile makes the current mount provider fundamentally incompatible with AIX. See the [example in IBM's documentation](http://publib.boulder.ibm.com/infocenter/aix/v6r1/index.jsp?topic=/com.ibm.aix.files/doc/aixfiles/filesystems.htm). Also, the current Mount type & provider maintain an /etc/fstab on AIX, which is completely unused by AIX. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
