Parent Directory | Revision Log | Patch
revision 95 by misc, Thu Nov 4 15:53:24 2010 UTC | revision 96 by misc, Thu Nov 4 17:42:21 2010 UTC | |
---|---|---|
# | Line 5 class apache { | Line 5 class apache { |
5 | ensure => installed | ensure => installed |
6 | } | } |
7 | ||
8 | service { apache: | service { httpd: |
9 | alias => apache, | |
10 | ensure => running, | ensure => running, |
11 | subscribe => [ Package['apache-mpm-prefork'] ], | subscribe => [ Package['apache-mpm-prefork'] ], |
path => "/etc/init.d/httpd" | ||
12 | } | } |
13 | } | } |
14 |
|
ViewVC Help | |
Powered by ViewVC 1.1.30 |