mirror of
https://github.com/krislamo/puppet-acme_vault
synced 2025-01-18 07:30:34 +00:00
remove vault bin copy, since this is now managed elsewhere
This commit is contained in:
parent
ed0fc67379
commit
eada6f08af
BIN
files/vault
BIN
files/vault
Binary file not shown.
@ -62,9 +62,12 @@ class acme_vault::common (
|
||||
#class { '::vault::install':
|
||||
# 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:
|
||||
ensure => present,
|
||||
ensure => absent,
|
||||
owner => 'root',
|
||||
group => 'root',
|
||||
mode => '0555',
|
||||
|
Loading…
Reference in New Issue
Block a user