Closed dayglojesus closed 10 years ago
Like everyone else's the version string comparison in init.pp fails.
if $::macosx_productversion_major < 10.9 { fail("unsupported product version: ${::macosx_productversion_major}") }
https://github.com/dayglojesus/managedmac/blob/0.4.6/manifests/init.pp#L40-L42
fixed in 0.4.8
Like everyone else's the version string comparison in init.pp fails.
https://github.com/dayglojesus/managedmac/blob/0.4.6/manifests/init.pp#L40-L42