summaryrefslogtreecommitdiffstats
path: root/debian/open-infrastructure-storage-tools.postinst
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xdebian/open-infrastructure-storage-tools.postinst (renamed from debian/open-infrastructure-ceph-tools.postinst)20
1 files changed, 10 insertions, 10 deletions
diff --git a/debian/open-infrastructure-ceph-tools.postinst b/debian/open-infrastructure-storage-tools.postinst
index 6b7e464..db5af87 100755
--- a/debian/open-infrastructure-ceph-tools.postinst
+++ b/debian/open-infrastructure-storage-tools.postinst
@@ -8,34 +8,34 @@ case "${1}" in
configure)
. /usr/share/debconf/confmodule
- db_get open-infrastructure-ceph-tools/ceph-log
+ db_get open-infrastructure-storage-tools/ceph-log
CEPH_LOG="${RET}" # boolean
- db_get open-infrastructure-ceph-tools/ceph-info
+ db_get open-infrastructure-storage-tools/ceph-info
CEPH_INFO="${RET}" # boolean
- db_get open-infrastructure-ceph-tools/cephfs-snap
+ db_get open-infrastructure-storage-tools/cephfs-snap
CEPHFS_SNAP="${RET}" # boolean
- db_get open-infrastructure-ceph-tools/cephfs-snap-directories
+ db_get open-infrastructure-storage-tools/cephfs-snap-directories
CEPHFS_SNAP_DIRECTORIES="${RET}" # string (w/ empty)
- db_get open-infrastructure-ceph-tools/cephfs-snap-hourly
+ db_get open-infrastructure-storage-tools/cephfs-snap-hourly
CEPHFS_SNAP_HOURLY="${RET}" # string (w/ empty)
- db_get open-infrastructure-ceph-tools/cephfs-snap-daily
+ db_get open-infrastructure-storage-tools/cephfs-snap-daily
CEPHFS_SNAP_DAILY="${RET}" # string (w/ empty)
- db_get open-infrastructure-ceph-tools/cephfs-snap-weekly
+ db_get open-infrastructure-storage-tools/cephfs-snap-weekly
CEPHFS_SNAP_WEEKLY="${RET}" # string (w/ empty)
- db_get open-infrastructure-ceph-tools/cephfs-snap-monthly
+ db_get open-infrastructure-storage-tools/cephfs-snap-monthly
CEPHFS_SNAP_MONTHLY="${RET}" # string (w/ empty)
- db_get open-infrastructure-ceph-tools/cephfs-snap-yearly
+ db_get open-infrastructure-storage-tools/cephfs-snap-yearly
CEPHFS_SNAP_YEARLY="${RET}" # string (w/ empty)
- db_get open-infrastructure-ceph-tools/irc
+ db_get open-infrastructure-storage-tools/irc
IRK_TARGETS="${RET}" # string (w/ empty)
db_stop