Merge "Add order to cgit package"
This commit is contained in:
commit
3c5cae109d
@ -67,8 +67,6 @@ class cgit(
|
||||
$daemon_port = 9418
|
||||
}
|
||||
|
||||
include ::httpd
|
||||
|
||||
package { [
|
||||
'git-daemon',
|
||||
'highlight',
|
||||
@ -78,8 +76,11 @@ class cgit(
|
||||
package { 'cgit':
|
||||
ensure => present,
|
||||
install_options => ['--enablerepo', 'epel'],
|
||||
before => Class['::httpd'],
|
||||
}
|
||||
|
||||
include ::httpd
|
||||
|
||||
user { 'cgit':
|
||||
ensure => present,
|
||||
home => '/home/cgit',
|
||||
|
Loading…
x
Reference in New Issue
Block a user