From 1aad376815168e94435c5d44041c2de0d0af3202 Mon Sep 17 00:00:00 2001 From: Elizabeth Krumbach Date: Wed, 17 Jul 2013 10:38:37 -0700 Subject: [PATCH] Remove httpd stanza from cgit The cgit module is already calling the apache module which handles making sure httpd is installed and running, pulling this from the cgit module. Change-Id: I51f724e7cf1e2b725c6af375fb1c8774045a0956 --- modules/cgit/manifests/init.pp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/modules/cgit/manifests/init.pp b/modules/cgit/manifests/init.pp index c5543cc6eb..ee097b1872 100644 --- a/modules/cgit/manifests/init.pp +++ b/modules/cgit/manifests/init.pp @@ -25,11 +25,6 @@ class cgit { ensure => present, } - service { 'httpd': - ensure => running, - require => Package['httpd'], - } - user { 'cgit': ensure => present, home => '/home/cgit',