Title: Message Title
Clay Caviness commented on an issue
Puppet / Bug PUP-2713
directoryservice provider has fragile version check
The OS X directoryservice nameservice provider has a very fragile version check.

{code}
  def self.fail_if_wrong_version
    fail("Puppet does not support OS X versions < 10.5") unless self.get_macosx_version_major >= "10.5"
  end
{code}

If the major version were to ever be, say, 10.10, this will fail quite nicely.

The code should be updated ...

--
You received this message because you are subscribed to the Google Groups "Puppet Bugs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.

Reply via email to