jhoblitt / puppet-smartd

Manages the smartmontools package including the smartd daemon
Other
14 stars 24 forks source link

Fix default group for FreeBSD #44

Closed liv3d closed 9 years ago

liv3d commented 9 years ago

By default FreeBSD doesn't have a root group, instead has a wheel group instead. This commit changes the default group to call $::gid and fixes the spec tests so it knows about the default group for each O/S (either root or wheel)

jhoblitt commented 9 years ago

+1 Looks good!