summaryrefslogtreecommitdiffstats
path: root/debian/open-infrastructure-ceph-tools.postinst
diff options
context:
space:
mode:
Diffstat (limited to 'debian/open-infrastructure-ceph-tools.postinst')
-rwxr-xr-xdebian/open-infrastructure-ceph-tools.postinst4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/open-infrastructure-ceph-tools.postinst b/debian/open-infrastructure-ceph-tools.postinst
index 6e895b6..609e1b2 100755
--- a/debian/open-infrastructure-ceph-tools.postinst
+++ b/debian/open-infrastructure-ceph-tools.postinst
@@ -2,7 +2,7 @@
set -e
-CONFFILE="/etc/default/ceph-tools"
+CONFFILE="/etc/open-infrastructure/ceph-tools.conf"
case "${1}" in
configure)
@@ -44,7 +44,7 @@ case "${1}" in
then
cat > "${CONFFILE}" << EOF
-# /etc/default/ceph-tools
+# /etc/open-infrastructure/ceph-tools.conf
CEPH_INFO="${CEPH_INFO}"
CEPH_LOG="${CEPH_LOG}"