projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
683ffc2
)
syntax fix
author
Peter Palfrader
<peter@palfrader.org>
Wed, 1 Jan 2014 20:43:12 +0000
(20:43 +0000)
committer
Peter Palfrader
<peter@palfrader.org>
Wed, 1 Jan 2014 20:43:12 +0000
(20:43 +0000)
modules/named/manifests/primary.pp
patch
|
blob
|
history
diff --git
a/modules/named/manifests/primary.pp
b/modules/named/manifests/primary.pp
index
e16ddb6
..
85b0021
100644
(file)
--- a/
modules/named/manifests/primary.pp
+++ b/
modules/named/manifests/primary.pp
@@
-1,3
+1,3
@@
class named::primary inherits named::authoritative {
- include dnsextras::entries
;
+ include dnsextras::entries
}