From 7c6672fc36a2b3cba9ccea5bd2b38ffecb33da70 Mon Sep 17 00:00:00 2001 From: Alexander Klimov Date: Tue, 30 Sep 2014 12:04:48 +0200 Subject: [PATCH] Enable Service[apache] refs #6842 --- .vagrant-puppet/modules/apache/manifests/init.pp | 1 + 1 file changed, 1 insertion(+) 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'], }