From 628f80926a4187d76a8dddb0c0a1d37305706ca2 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 16 Aug 2011 13:43:10 -0300 Subject: Trying to avoid http://projects.puppetlabs.com/issues/5610 --- manifests/init.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'manifests') diff --git a/manifests/init.pp b/manifests/init.pp index a16ae62..95dc155 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -65,8 +65,8 @@ class apache { ensure => installed, } - service { "apache": - name => "apache2", + service { "apache2": + alias => "apache", ensure => running, require => Package["apache"], hasstatus => true, -- cgit v1.2.3