vendored/puppet/lib/puppet/provider/service/launchd.rb in bolt-0.7.0 vs vendored/puppet/lib/puppet/provider/service/launchd.rb in bolt-0.8.0
- old
+ new
@@ -2,13 +2,12 @@
Puppet::Type.type(:service).provide :launchd, :parent => :base do
desc <<-'EOT'
This provider manages jobs with `launchd`, which is the default service
framework for Mac OS X (and may be available for use on other platforms).
- For `launchd` documentation, see:
+ For more information, see the `launchd` man page:
- * <https://developer.apple.com/macosx/launchd.html>
- * <http://launchd.macosforge.org/>
+ * <https://developer.apple.com/legacy/library/documentation/Darwin/Reference/ManPages/man8/launchd.8.html>
This provider reads plists out of the following directories:
* `/System/Library/LaunchDaemons`
* `/System/Library/LaunchAgents`