eximconf: more RBLs for the default set
[mirror/dsa-puppet.git] / modules / portforwarder / templates / xinetd.erb
index 7ff0dfb..4f0d2fa 100644 (file)
@@ -25,8 +25,8 @@ template = 'service @@TARGET_HOST@@@@TARGET_PORT@@
 '
 
 config = YAML.load(File.open('/etc/puppet/modules/portforwarder/misc/config.yaml').read)
-if config[fqdn]
-       config[fqdn].each do |service|
+if config[@fqdn]
+       config[@fqdn].each do |service|
                target_port = service['target_port']
                target_host = service['target_host']
                local_bind = service['source_bind_port']