Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ansible/ansible-examples.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenno Joy <bennojoy@gmail.com>2014-07-01 18:27:37 +0400
committerBenno Joy <bennojoy@gmail.com>2014-07-01 18:27:37 +0400
commit4aef24b0b10cd1971eb45a312ed9764dd15c7f18 (patch)
tree7236118a582cfb77acc986b7b4e3888e2bc3c4d2
parent9a00ad88c291d63c12f05668b040142478adae2f (diff)
parenta354706dac8754b8e41c54a3a10dd36bd91ff3a3 (diff)
Merge pull request #70 from strobe/master
fix for wrong domain name string in openshift named.conf template
-rw-r--r--openshift/roles/dns/templates/named.conf.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/openshift/roles/dns/templates/named.conf.j2 b/openshift/roles/dns/templates/named.conf.j2
index 0508c0b..3f1b143 100644
--- a/openshift/roles/dns/templates/named.conf.j2
+++ b/openshift/roles/dns/templates/named.conf.j2
@@ -37,7 +37,7 @@ include "{{ domain_name }}.key";
controls {
inet * port {{ rndc_port }} allow { any; }
- keys { example.com; };
+ keys { {{ domain_name }}; };
};
zone "{{ domain_name }}" IN {