]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
regress: change VolumeEncryption parameters from enable to yes
authorAlain Spineux <alain@baculasystems.com>
Tue, 22 Nov 2022 09:43:04 +0000 (10:43 +0100)
committerEric Bollengier <eric@baculasystems.com>
Thu, 14 Sep 2023 11:57:00 +0000 (13:57 +0200)
regress/scripts/functions

index 8154a3ea20fe72f51ff70e5d52782554497ed360..6545d77c30235840b766f3c13e3c663feb3f7484 100755 (executable)
@@ -225,7 +225,7 @@ exec $bin/key-manager.py getkey \$VERBOSE \$OPTION --cipher AES_128_XTS
 EOF
       chmod a+x $bin/key-manager-cmd.sh
       $bperl -e "add_attribute('$conf/bacula-sd.conf', 'EncryptionCommand', '$ENC_COMMAND', 'Storage')"
-      $bperl -e "add_attribute('$conf/bacula-sd.conf', 'VolumeEncryption', 'enable', 'Device')"
+      $bperl -e "add_attribute('$conf/bacula-sd.conf', 'VolumeEncryption', 'yes', 'Device')"
       variant_name="${variant_name} VolEnc"
 
 #      $bperl -e "add_attribute('$conf/bacula-dir.conf', 'SpoolData', 'no', 'Job')"