http->https
authorIvan Rako <irako@nekkar.carnet.hr>
Mon, 29 Jun 2009 12:26:45 +0000 (14:26 +0200)
committerIvan Rako <irako@nekkar.carnet.hr>
Mon, 29 Jun 2009 12:26:45 +0000 (14:26 +0200)
debian/postinst

index 31ed91a..c76937c 100755 (executable)
@@ -11,7 +11,7 @@ set -e
 . /usr/share/debconf/confmodule
 
 ocsmethod="http"
-ocsserver="inventory.CARNet.hr"
+ocsserver="https://inventory.CARNet.hr/ocsinventory"
 
 db_get ocsinventory-agent/method || true
 method="$RET"