Skip to content

Commit

Permalink
.push to a vault now includes explicit provisioning assurance
Browse files Browse the repository at this point in the history
  • Loading branch information
ndenny committed Jul 11, 2024
1 parent 771cd06 commit ba1f48f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/Bastion/HPSS.py
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,9 @@ def push(self, asset, **kwargs):
localf = asset.path
ark = asset.ARK

#-- First we must assure that the vault is provisioned for storing this asset.
self.provision(ark)

opts = {
'htar': self.xhtar,
'site': ark.site,
Expand Down

0 comments on commit ba1f48f

Please sign in to comment.