Add trailing comma to prameters list

Change-Id: I65ce982d00afbcfde1b5e66790b4257c21df4a7e
This commit is contained in:
Spencer Krum 2015-08-14 13:33:46 -07:00
parent 779e2624f7
commit 8fbd6ff66a
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]) {