Objects matching the expression 'darwin'
- #746 disabled root user's crontab does not work under darwin (cron, darwin)
- #1230 facts not (always) set in a puppet run (darwin, debian, facter)
- #1264 Documentation for pkgdmg provider breaks Type Reference (apple, darwin, dmg, package)
- ProviderSuitabilityReportTest **This page is autogenerated; any changes will get overwritten** .. contents:: :depth: 1 Puppet resource types are usually backed by multiple implementations called providers, which handle variance between platforms and tools. Different providers are suitable or unsuitable on different platforms based on things like the presence of a given tool. Here are all of the provider-backed types and their different providers. Any unmentioned types do not use providers yet. Details about this host: :Ruby version: 1.8.4 :Puppet version: 0.22.4 :Operating system: Darwin :Operating system release: 8.9.1 cron_ ----- .. _cron: http://reductivelabs.com/trac/puppet/wiki/TypeReference#cron :Default provider: crontab (darwin, documentation, report)
- PuppetWithLaunchd Apple Computer has made it clear that the future of application and server launching is their new launchd. Whether or not you have an affinity for launchd, it appears to be here to stay, replacing SysV Init as well as the newer Startup Items?. The configuration of each server is done with (surprise) XML property lists. If you would like to run puppetd with launchd, you'll need to put the folowing content into /Library/LaunchDaemons/com.reductivelabs.puppet.plist: :: <?xml version (darwin, init, launchd, launchdaemons, osx, puppetd, puppetmasterd, startup, startupitems)
- TypeReference **This page is autogenerated; any changes will get overwritten** *(last generated on Wed Dec 17 01:21:05 +0100 2008)* .. contents:: :depth: 2 Metaparameters -------------- Metaparameters are parameters that work with any resource type; they are part of the Puppet framework itself rather than being part of the implementation of any given instance. Thus, any defined metaparameter can be used with any instance in your manifest, including defined components. Available Metaparameters ++++++++++++++++++++++++ alias Creates an alias for the object. Puppet uses this internally when you provide a symbolic name:: file { sshdconfig: path (darwin)