]> gitweb.fluxo.info Git - puppet-apache.git/commitdiff
Trying to avoid http://projects.puppetlabs.com/issues/5610
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 16 Aug 2011 16:43:10 +0000 (13:43 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 16 Aug 2011 16:43:10 +0000 (13:43 -0300)
manifests/init.pp

index a16ae625e8458bcc3b144fc886515172b8de9644..95dc1554355883a2d52d3b8be4d841b72ac35e9e 100644 (file)
@@ -65,8 +65,8 @@ class apache {
     ensure => installed,                                                                                                     
   }
 
-  service { "apache":
-    name       => "apache2",
+  service { "apache2":
+    alias      => "apache",
     ensure     => running,
     require    => Package["apache"],
     hasstatus  => true,