From e44b35757b9566ecf6bf2cac0252cf69cd6bfe70 Mon Sep 17 00:00:00 2001 From: Tollef Fog Heen Date: Sat, 16 Jun 2012 16:52:02 +0200 Subject: [PATCH] Typo --- modules/bacula/manifests/director.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/bacula/manifests/director.pp b/modules/bacula/manifests/director.pp index 45b65e528..aea69d36f 100644 --- a/modules/bacula/manifests/director.pp +++ b/modules/bacula/manifests/director.pp @@ -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", } -- 2.20.1