1
0
mirror of https://github.com/krislamo/puppet-acme_vault synced 2024-09-19 20:40:36 +00:00

remove vault bin copy, since this is now managed elsewhere

This commit is contained in:
Bob Belnap 2021-10-31 13:00:10 -04:00
parent ed0fc67379
commit eada6f08af
2 changed files with 4 additions and 1 deletions

Binary file not shown.

View File

@ -62,9 +62,12 @@ class acme_vault::common (
#class { '::vault::install': #class { '::vault::install':
# manage_user => false, # manage_user => false,
#} #}
#
# we have moved to installing vault binary via a dedicated profile, we no
# longer what this here. This can be removed after puppet cleans up.
file { $vault_bin: file { $vault_bin:
ensure => present, ensure => absent,
owner => 'root', owner => 'root',
group => 'root', group => 'root',
mode => '0555', mode => '0555',