summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp8
1 files changed, 7 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index a3e073a..d80cea3 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -104,11 +104,17 @@ class dns (
ensure => file,
}
+ $warn = @(EOF)
+ #
+ # File managed by Puppet. Local changes WILL be overwritter',
+ #
+ | EOF
+
concat { $config_file:
ensure_newline => true,
- warn => '# File managed by Puppet. Local changes WILL be overwritter',
validate_cmd => "${checkconf} %",
notify => Service[$servicename],
+ warn => $warn,
}
concat::fragment { 'named.conf main configuration':