summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authorFrederic Junod <frederic.junod@camptocamp.com>2011-07-28 11:42:22 +0200
committerFrederic Junod <frederic.junod@camptocamp.com>2011-07-28 11:57:41 +0200
commit50c15a548af9fdc22b6e0d30ef24c9df7688678c (patch)
tree05573df6ea6057e9208580058099cfbbb3bff485 /manifests/init.pp
parent8681406fb931b0097c820db747008985d42e3ed6 (diff)
squeeze support, remove trailing whitespace
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp10
1 files changed, 5 insertions, 5 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 3c9e0fc..edee38b 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -1,13 +1,13 @@
import "classes/*.pp"
-
+
class couchdb {
case $operatingsystem {
- Debian: {
+ Debian: {
case $lsbdistcodename {
- lenny : { include couchdb::debian }
- default: { fail "couchdb not available for ${operatingsystem}/${lsbdistcodename}"}
+ /lenny|squeeze/: { include couchdb::debian }
+ default: { fail "couchdb not available for ${operatingsystem}/${lsbdistcodename}"}
}
}
- RedHat: { include couchdb::redhat }
+ RedHat: { include couchdb::redhat }
}
}