add a trailing , for form
[mirror/dsa-puppet.git] / 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':