ReleaseEngineering/PuppetAgain/Modules/httpd: Difference between revisions
< ReleaseEngineering | PuppetAgain | Modules
Jump to navigation
Jump to search
No edit summary |
|||
Line 1: | Line 1: | ||
This module enables a httpd server | This module enables a httpd server, and allows simple httpd configurations to be added using a config directory. | ||
It has three available classes: | It has three available classes: |
Revision as of 18:34, 16 October 2012
This module enables a httpd server, and allows simple httpd configurations to be added using a config directory.
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