From 8fbd6ff66a2e44c646500171f08b1c4acf3d2988 Mon Sep 17 00:00:00 2001 From: Spencer Krum Date: Fri, 14 Aug 2015 13:33:46 -0700 Subject: [PATCH] Add trailing comma to prameters list Change-Id: I65ce982d00afbcfde1b5e66790b4257c21df4a7e --- manifests/mirror.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/mirror.pp b/manifests/mirror.pp index 8045bb6..b08d9d7 100644 --- a/manifests/mirror.pp +++ b/manifests/mirror.pp @@ -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]) {