nosolutions / puppet-tsm

Install and manage TSM (Tivoli Storage Manager) client with puppet
GNU General Public License v3.0
13 stars 21 forks source link

added support for GSKit keystore password database #54

Closed ManfredP closed 5 years ago

ManfredP commented 5 years ago

IBM changed the password database file name in tsm 7.1.8. I modified the module, to work with old and new versions.

coveralls commented 5 years ago

Coverage Status

Coverage remained the same at ?% when pulling 79c5d4b4f2c7dbd8b9867d961d78bba7c6483e9e on tsm8 into e1b95600f9b3066ae91e047189f89c333598cc68 on master.

tosmi commented 5 years ago

thanks for the pull request, could you just rename $tsm_pwd_new to $tsm_pwd_kdb? imho thats better if ibm should ever change the format again...

thanks toni

ManfredP commented 5 years ago

Rename is done.