Merge "Add trailing comma to prameters list"

This commit is contained in:
Jenkins 2015-08-16 12:13:47 +00:00 committed by Gerrit Code Review
commit 95391190ca
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ class bandersnatch::mirror (
$mirror_root = '/srv/static/mirror',
$static_root = '/srv/static',
$user = 'root',
$group = 'root'
$group = 'root',
) {
if ! defined(File[$static_root]) {