summaryrefslogtreecommitdiff
path: root/manifests/debian.pp
diff options
context:
space:
mode:
authorMarc Fournier <marc.fournier@camptocamp.com>2011-11-15 13:13:29 +0100
committerMarc Fournier <marc.fournier@camptocamp.com>2011-11-15 13:13:29 +0100
commit61452bec75976590a0293870d410ed0d3c80f843 (patch)
tree34cf56382b6489a3e680cfa9f49398b62ced59cd /manifests/debian.pp
parentfa66d16ad547f68655b4eab9672592d63821e8ca (diff)
downloadpuppet-bind-61452bec75976590a0293870d410ed0d3c80f843.tar.gz
puppet-bind-61452bec75976590a0293870d410ed0d3c80f843.tar.bz2
file renaming to be compliant with recommended module structure.
Diffstat (limited to 'manifests/debian.pp')
-rw-r--r--manifests/debian.pp14
1 files changed, 14 insertions, 0 deletions
diff --git a/manifests/debian.pp b/manifests/debian.pp
new file mode 100644
index 0000000..7b752ae
--- /dev/null
+++ b/manifests/debian.pp
@@ -0,0 +1,14 @@
+/*
+
+= Class: bind::debian
+Special debian class - inherits from bind::base
+
+You should not include this class - please refer to Class["bind"]
+
+*/
+class bind::debian inherits bind::base {
+ Service["bind9"] {
+ pattern => "/usr/sbin/named",
+ restart => "/etc/init.d/bind9 reload",
+ }
+}