[dw-ops] Need to stop shutting off Apache for now.
[commit: http://hg.dwscoalition.org/dw-ops/rev/3373d1c4b919]
Need to stop shutting off Apache for now.
Patch by
mark.
Files modified:
Need to stop shutting off Apache for now.
Patch by
![[staff profile]](https://www.dreamwidth.org/img/silk/identity/user_staff.png)
Files modified:
- puppet/manifests/serverclass/nonwebserver.pp
-------------------------------------------------------------------------------- diff -r b03f20633791 -r 3373d1c4b919 puppet/manifests/serverclass/nonwebserver.pp --- a/puppet/manifests/serverclass/nonwebserver.pp Tue Apr 21 07:59:33 2009 +0000 +++ b/puppet/manifests/serverclass/nonwebserver.pp Sun Apr 26 02:53:31 2009 +0000 @@ -7,10 +7,10 @@ class serverclass::nonwebserver inherits serverclass::dreamwidth { # make sure Apache is not running - service { "apache2": - ensure => stopped, - pattern => "/usr/sbin/apache2", - hasstatus => true, - hasrestart => true - } +# service { "apache2": +# ensure => stopped, +# pattern => "/usr/sbin/apache2", +# hasstatus => true, +# hasrestart => true +# } } --------------------------------------------------------------------------------