ReleaseEngineering/PuppetAgain/Modules/httpd

From MozillaWiki
< ReleaseEngineering‎ | PuppetAgain‎ | Modules
Revision as of 17:23, 8 August 2012 by Kmoir (talk | contribs) (Created page with "This module enables a httpd server on Darwin slaves It has three available classes: == define httpd::config ($file = $title, $contents = '') { == Given a file name and it's tem...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This module enables a httpd server on Darwin slaves

It has three available classes:

define httpd::config ($file = $title, $contents = ) {

Given a file name and it's template contents, add it to /etc/apache2/other/. The default httpd.conf includes files in /etc/apache2/other/*.conf

httpd

Enable httpd as a running service.

http::settings

settings common to the httpd module