Add missing commas before anyone wonders why they are missing.. ;)
This commit is contained in:
parent
954955bd39
commit
3edd0c4f39
1 changed files with 2 additions and 2 deletions
|
@ -180,7 +180,7 @@ class dns::server {
|
||||||
"openbsd" => undef,
|
"openbsd" => undef,
|
||||||
default => Package["bind"],
|
default => Package["bind"],
|
||||||
},
|
},
|
||||||
notify => Exec["named-checkconf"]
|
notify => Exec["named-checkconf"],
|
||||||
}
|
}
|
||||||
|
|
||||||
file { "${chroot}${confdir}/named.conf.local":
|
file { "${chroot}${confdir}/named.conf.local":
|
||||||
|
@ -195,7 +195,7 @@ class dns::server {
|
||||||
"openbsd" => undef,
|
"openbsd" => undef,
|
||||||
default => Package["bind"],
|
default => Package["bind"],
|
||||||
},
|
},
|
||||||
notify => Exec["named-checkconf"]
|
notify => Exec["named-checkconf"],
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue