Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add reverse => reverse option to dns::zone #162

Merged
merged 1 commit into from May 15, 2016
Merged

Add reverse => reverse option to dns::zone #162

merged 1 commit into from May 15, 2016

Conversation

ghost
Copy link

@ghost ghost commented May 15, 2016

This will reverse the components of the zone title in addition to
appending .in-addr.arpa to the end.

For example:

dns::zone { '10.23.45':
  ...
  reverse => reverse
  ...
}

would result in a zone definition of:

zone "45.23.10.in-addr.arpa" {
  ...
  file "db.10.23.45"
  ...
}

This will reverse the components of the zone title in addition to
appending `.in-addr.arpa` to the end.

For example:

    dns::zone { '10.23.45':
      ...
      reverse => reverse
      ...
    }

would result in a zone definition of:

    zone "45.23.10.in-addr.arpa" {
      ...
      file "db.10.23.45"
      ...
    }
@solarkennedy solarkennedy merged commit 3129f9c into ajjahn:master May 15, 2016
@ghost ghost deleted the proper-reverse-zone-name branch June 2, 2016 15:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants