[Pkg-nagios-changes] [SCM] UNNAMED PROJECT branch, debian/master, updated. 810edbdd3feedbfe37f4a65bee50b57b2f60fa2a
David GUENAULT
dguenault at monitoring-fr.org
Tue Feb 28 22:22:46 UTC 2012
The following commit has been merged in the debian/master branch:
commit 1158621bf4e4a1b16abcc4ce965a69352e3d882b
Author: David GUENAULT <dguenault at monitoring-fr.org>
Date: Sun Feb 26 12:52:01 2012 +0100
Add support for mongodb installation on debian like distro
diff --git a/install b/install
index 14d38b9..0450451 100755
--- a/install
+++ b/install
@@ -951,12 +951,10 @@ function install_mongodb(){
fi
;;
DEBIAN)
-# apt-key adv --keyserver keyserver.ubuntu.com --recv 7F0CEB10
-# echo "deb http://downloads-distro.mongodb.org/repo/ubuntu-upstart dist 10gen" > /etc/apt/sources.list.d/10gen.repo
-# apt-get update
-# apt-get -y install
- cecho " > Unsuported" red
- exit 2
+ apt-key adv --keyserver keyserver.ubuntu.com --recv 7F0CEB10
+ echo "deb http://downloads-distro.mongodb.org/repo/debian-sysvinit dist 10gen" > /etc/apt/sources.list.d/10gen.list
+ apt-get update
+ apt-get install -y mongodb-10gen
;;
*)
cecho " > Unknown distribution : $DIST" red
--
UNNAMED PROJECT
More information about the Pkg-nagios-changes
mailing list