]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
Typo
authorTollef Fog Heen <tfheen@err.no>
Sat, 16 Jun 2012 14:52:02 +0000 (16:52 +0200)
committerTollef Fog Heen <tfheen@err.no>
Sat, 16 Jun 2012 14:52:02 +0000 (16:52 +0200)
modules/bacula/manifests/director.pp

index 45b65e528287cc1f61cf2d031f587bdf5c367282..aea69d36fed3f9c5f3fa316747a4fa85451bac89 100644 (file)
@@ -56,7 +56,7 @@ class bacula::director inherits bacula {
 
   @ferm::rule { 'dsa-bacula-dir':
     domain      => '(ip ip6)',
-    description => 'Allow bacula access from localhost,
+    description => 'Allow bacula access from localhost',
     rule        => "proto tcp mod state state (NEW) dport (bacula-dir) saddr ($bacula_director_address localhost) ACCEPT",
   }