From: Martin Zobel-Helas <zobel@debian.org>
Date: Sat, 16 Jun 2012 10:36:24 +0000 (+0200)
Subject: fix typo
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=a0fe4795dda5330cbafb34add48336f0fdb3dd5e;p=dsa-puppet.git

fix typo
Signed-off-by: Martin Zobel-Helas <zobel@debian.org>
---

diff --git a/modules/ferm/manifests/per-host.pp b/modules/ferm/manifests/per-host.pp
index c42de1af..c12e055f 100644
--- a/modules/ferm/manifests/per-host.pp
+++ b/modules/ferm/manifests/per-host.pp
@@ -31,7 +31,7 @@ class ferm::per-host {
 				description     => 'Allow postgress access3',
 				rule            => '&SERVICE_RANGE(tcp, 5436, ( 206.12.19.0/24 ))'
 			}
-			@ferm::rule { 'dsa-postgres3-danzi':
+			@ferm::rule { 'dsa-postgres4-danzi':
 				description     => 'Allow postgress access4',
 				rule            => '&SERVICE_RANGE(tcp, 5438, ( 206.12.19.0/24 ))'
 			}