dayglojesus / managedmac

Comprehensive Puppet module for OS X.
http://dayglojesus.github.io/managedmac/
Apache License 2.0
62 stars 21 forks source link

Macgroup 'strict=false' not honoured #81

Closed dayglojesus closed 9 years ago

dayglojesus commented 9 years ago

The strict parameter is supposed to control the behaviour of group membership properties for users and nestedgroups.

By default, the users and nestedgroups arrays will be PURGED and replaced by whatever you specify in the resource (ie. the default is strict => true).

Setting this value to false should preserve the existing members of these properties, but this is not happening.

dayglojesus commented 9 years ago

Fixed in 0.7.0 and merged into master