Issue #18440 has been updated by Andrew Parker. Status changed from In Topic Branch Pending Review to Merged - Pending Release
Merged in <https://github.com/puppetlabs/puppet/commit/338c78f6968a7a84acdf8c3e4ab4586399c04c62> ---------------------------------------- Bug #18440: Use of the service resource type in Puppet 3.0.2 fails on Mac OS X https://projects.puppetlabs.com/issues/18440#change-81127 Author: Simon Nichols Status: Merged - Pending Release Priority: Normal Assignee: Category: Target version: 3.1.0 Affected Puppet version: 3.0.2 Keywords: mac Branch: https://github.com/puppetlabs/puppet/pull/1384 Use of the service resource type in Puppet 3.0.2 fails on Mac OS X 10.8 (Mountain Lion). The error originates in the launchd provider. The problem is simple to reproduce. Just do: <pre> # puppet resource service com.apple.loginwindow Error: Could not run: private method `launchd_overrides' called for Puppet::Type::Service::ProviderLaunchd:Class </pre> where com.apple.loginwindow is just an example: any service that exists on the host will show the error. The error was not present in Puppet version 3.0.2.rc1, but appeared in 3.0.2.rc2. I didn't actually notice until 3.0.2 as I upgraded straight from 3.0.2.rc1 to 3.0.2. When I realised the problem, I tried each RC to see where is appeared. We need version 3.0.2 because of the problem with pbkdf2 passwords. -- 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.
