summaryrefslogtreecommitdiff
path: root/manifests/bigcouch.pp
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2013-03-11 15:14:11 +0100
committervarac <varacanero@zeromail.org>2013-03-11 15:14:11 +0100
commit8133f60f52492df6d936eb3b9d33275c9f048708 (patch)
tree2cd9bafb327abee123a3cff97adce88891103660 /manifests/bigcouch.pp
parent659e3604a310029000c9db8774c7caba70a3e291 (diff)
include bigcouch::debian in init.pp instead of bigcouch.pp
Diffstat (limited to 'manifests/bigcouch.pp')
-rw-r--r--manifests/bigcouch.pp11
1 files changed, 0 insertions, 11 deletions
diff --git a/manifests/bigcouch.pp b/manifests/bigcouch.pp
index 67d8691..bfed611 100644
--- a/manifests/bigcouch.pp
+++ b/manifests/bigcouch.pp
@@ -1,16 +1,5 @@
class couchdb::bigcouch inherits couchdb::base {
- case $::operatingsystem {
- Debian: {
- case $::lsbdistcodename {
- /squeeze|wheezy/: { #include couchdb::bigcouch::debian
- }
- default: { fail "bigcouch not available for ${::operatingsystem}/${::lsbdistcodename}" }
- }
- }
- default: { fail "bigcouch not available for ${::operatingsystem}/${::lsbdistcodename}" }
- }
-
apt::sources_list {'bigcouch-cloudant.list':
content => "deb http://packages.cloudant.com/debian $::lsbdistcodename main"
}