mark: A photo of Mark kneeling on top of the Taal Volcano in the Philippines. It was a long hike. (Default)
Mark Smith ([staff profile] mark) wrote in [site community profile] changelog2009-04-26 02:53 am

[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 [staff profile] mark.

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
+#    }
 }
--------------------------------------------------------------------------------