We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d65f5c commit 0213cecCopy full SHA for 0213cec
libraries/vault_service.rb
@@ -93,6 +93,7 @@ def action_enable
93
created_at = ::File.birthtime(path).strftime('%Y%m%d%H%M%S')
94
new_path = "#{path}.#{created_at}"
95
::FileUtils.mv(path, new_path)
96
+ end
97
link '/var/log/vault' do
98
to ::File.join('/data', '/var/log/vault')
99
action :create
0 commit comments