ReleaseEngineering/PuppetAgain/Modules/httpd: Difference between revisions
< ReleaseEngineering | PuppetAgain | Modules
Jump to navigation
Jump to search
m (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...") |
|||
Line 3: | Line 3: | ||
It has three available classes: | It has three available classes: | ||
== | == httpd::config == | ||
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 | 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 == | == httpd == |
Revision as of 18:48, 8 August 2012
This module enables a httpd server on Darwin slaves
It has three available classes:
httpd::config
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