From 15254e32c2f8bc106ebd9b0ad8642cf1890cc093 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Tue, 24 Sep 2019 08:07:02 +0200 Subject: [PATCH] add a trailing , for form --- modules/bacula/manifests/client.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/bacula/manifests/client.pp b/modules/bacula/manifests/client.pp index 5a8f41f1f..023eb8825 100644 --- a/modules/bacula/manifests/client.pp +++ b/modules/bacula/manifests/client.pp @@ -27,7 +27,7 @@ class bacula::client( # allow access from director Ferm::Rule::Simple <<| tag == 'bacula::director-to-fd' |>> { - port => $bacula::bacula_client_port + port => $bacula::bacula_client_port, } } elsif $ensure == 'absent' { file { '/etc/bacula': -- 2.20.1