Skip to content

Commit

Permalink
Merge pull request cobbler#301 from jimi1283/issue_290
Browse files Browse the repository at this point in the history
FEATURE - adding 'zonetype' variable for DNS zone rendering
  • Loading branch information
jimi-c committed Sep 11, 2012
2 parents 312f80d + 08420b8 commit 885fd89
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cobbler/modules/manage_bind.py
Expand Up @@ -329,6 +329,7 @@ def __write_zone_files(self):
metadata = {
'cobbler_server': cobbler_server,
'serial': serial,
'zonetype': 'forward',
'host_record': ''
}

Expand All @@ -351,6 +352,7 @@ def __write_zone_files(self):
metadata = {
'cobbler_server': cobbler_server,
'serial': serial,
'zonetype': 'reverse',
'host_record': ''
}

Expand Down

0 comments on commit 885fd89

Please sign in to comment.