Merge "Ensure cgit dir is created after parent directory"

This commit is contained in:
Jenkins 2015-08-06 03:32:36 +00:00 committed by Gerrit Code Review
commit 95db465fdf
1 changed files with 5 additions and 4 deletions

View File

@ -166,10 +166,11 @@ class cgit(
}
file { $cgitdir:
ensure => directory,
owner => 'root',
group => 'root',
mode => '0755',
ensure => directory,
owner => 'root',
group => 'root',
mode => '0755',
require => Package['httpd']
}
file { $staticfiles: