diff options
author | Cédric Jeanneret <cedric.jeanneret@camptocamp.com> | 2010-11-23 15:13:14 +0100 |
---|---|---|
committer | Cédric Jeanneret <cedric.jeanneret@camptocamp.com> | 2010-11-23 15:13:14 +0100 |
commit | 4588b79a1f3c86076c52a0aa0ae05f93115917a8 (patch) | |
tree | db2f13d8b1640eb2f44c875625f37d780ebd3955 | |
parent | 9ffcd620373a1b42aeeb519f3d0cdea8ac1d7c22 (diff) | |
download | puppet-bind-4588b79a1f3c86076c52a0aa0ae05f93115917a8.tar.gz puppet-bind-4588b79a1f3c86076c52a0aa0ae05f93115917a8.tar.bz2 |
(bind::base) typo
-rw-r--r-- | manifests/classes/bind-base.pp | 2 |
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, |