summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorCédric Jeanneret <cedric.jeanneret@camptocamp.com>2010-11-23 15:13:14 +0100
committerCédric Jeanneret <cedric.jeanneret@camptocamp.com>2010-11-23 15:13:14 +0100
commit4588b79a1f3c86076c52a0aa0ae05f93115917a8 (patch)
treedb2f13d8b1640eb2f44c875625f37d780ebd3955 /manifests
parent9ffcd620373a1b42aeeb519f3d0cdea8ac1d7c22 (diff)
downloadpuppet-bind-4588b79a1f3c86076c52a0aa0ae05f93115917a8.tar.gz
puppet-bind-4588b79a1f3c86076c52a0aa0ae05f93115917a8.tar.bz2
(bind::base) typo
Diffstat (limited to 'manifests')
-rw-r--r--manifests/classes/bind-base.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/classes/bind-base.pp b/manifests/classes/bind-base.pp
index eb8942e..c442085 100644
--- a/manifests/classes/bind-base.pp
+++ b/manifests/classes/bind-base.pp
@@ -6,7 +6,7 @@ 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,