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
This commit is contained in:
parent
598cdc9d12
commit
1aad376815
@ -25,11 +25,6 @@ class cgit {
|
||||
ensure => present,
|
||||
}
|
||||
|
||||
service { 'httpd':
|
||||
ensure => running,
|
||||
require => Package['httpd'],
|
||||
}
|
||||
|
||||
user { 'cgit':
|
||||
ensure => present,
|
||||
home => '/home/cgit',
|
||||
|
Loading…
x
Reference in New Issue
Block a user