summaryrefslogtreecommitdiff
path: root/manifests/classes/bind-base.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/classes/bind-base.pp')
-rw-r--r--manifests/classes/bind-base.pp9
1 files changed, 9 insertions, 0 deletions
diff --git a/manifests/classes/bind-base.pp b/manifests/classes/bind-base.pp
index b31189e..eb8942e 100644
--- a/manifests/classes/bind-base.pp
+++ b/manifests/classes/bind-base.pp
@@ -1,3 +1,12 @@
+/*
+
+= Class: bind::base
+
+Declares some basic resources.
+You should NOT include this class as is, as it won't work at all!
+Please refer to Class["bind"].
+
+/*
class bind::base {
package {"bind9":
ensure => present,