Issue #9416 has been updated by Josh Cooper. Status changed from In Topic Branch Pending Review to Merged - Pending Release Target version changed from 3.x to 3.0.0
Merged in <https://github.com/puppetlabs/puppet/commit/55f953b> <pre> Previously, the zfs and zpool providers were confined to solaris and assumed the existence of `/usr/sbin/zfs` and `/usr/sbin/zpool`. This commit changes the commands to relative paths, which will use `Puppet::Util.which` to resolve each command. The default search path is set by the `path` setting in puppet.conf. </pre> ---------------------------------------- Bug #9416: Enable zfs and zpool types to work on FreeBSD hosts https://projects.puppetlabs.com/issues/9416#change-68729 Author: Jim Pirzyk Status: Merged - Pending Release Priority: Normal Assignee: Josh Cooper Category: provider Target version: 3.0.0 Affected Puppet version: 2.7.3 Keywords: solaris freebsd zfs zpool Branch: https://github.com/puppetlabs/puppet/pull/1011 FreeBSD supports zfs filesystems and zpool volume manager in the 8.x release (may even be in 7.x). The following two patches enable zfs and zpool types to be used on FreeBSD systems. (The zfs and zpool commands are in /sbin and not in /usr/sbin). -- 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.
