mirror of
https://github.com/krislamo/puppet-acme_vault
synced 2025-09-08 11:29:29 +00:00
remove vault bin copy, since this is now managed elsewhere
This commit is contained in:
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',
|
||||
|
Reference in New Issue
Block a user