diff --git a/.vagrant-puppet/modules/apache/manifests/init.pp b/.vagrant-puppet/modules/apache/manifests/init.pp index ed60b838f..917c7578f 100644 --- a/.vagrant-puppet/modules/apache/manifests/init.pp +++ b/.vagrant-puppet/modules/apache/manifests/init.pp @@ -30,6 +30,7 @@ class apache { service { $apache: ensure => running, + enable => true, alias => 'apache', require => Package['apache'], }