add a trailing , for form
authorPeter Palfrader <peter@palfrader.org>
Tue, 24 Sep 2019 06:07:02 +0000 (08:07 +0200)
committerPeter Palfrader <peter@palfrader.org>
Tue, 24 Sep 2019 06:15:57 +0000 (08:15 +0200)
modules/bacula/manifests/client.pp

index 5a8f41f..023eb88 100644 (file)
@@ -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':