Skip to content

Commit

Permalink
Merge pull request #1 from oloc/oloc-patch-93
Browse files Browse the repository at this point in the history
Fixes ajjahn#93 - Avoid the extra dot in the soa
  • Loading branch information
oloc committed May 18, 2015
2 parents 644d945 + f35638f commit 4665ae3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/zone.pp
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# == Define dns::zone
#
define dns::zone (
$soa = "${::fqdn}.",
$soa_email = "root.${::fqdn}.",
$soa = "${::fqdn}",
$soa_email = "root.${::fqdn}",
$zone_ttl = '604800',
$zone_refresh = '604800',
$zone_retry = '86400',
Expand Down

0 comments on commit 4665ae3

Please sign in to comment.