diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-08-16 13:43:10 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-08-16 13:43:10 -0300 |
commit | 628f80926a4187d76a8dddb0c0a1d37305706ca2 (patch) | |
tree | 45a77107f1182a305f05a1aa0d65fbde8c1f27c0 /manifests | |
parent | 50f7970545891e05d68f80d186d6a97b0238d762 (diff) | |
download | puppet-apache-628f80926a4187d76a8dddb0c0a1d37305706ca2.tar.gz puppet-apache-628f80926a4187d76a8dddb0c0a1d37305706ca2.tar.bz2 |
Trying to avoid http://projects.puppetlabs.com/issues/5610
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 4 |
1 files changed, 2 insertions, 2 deletions
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, |