Skip to content

Commit

Permalink
Revert "Fixes #93 - Avoid the extra dot in the soa"
Browse files Browse the repository at this point in the history
  • Loading branch information
solarkennedy committed May 25, 2015
1 parent acbfe2b commit 0190cce
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 0190cce

Please sign in to comment.