mirror of
https://github.com/krislamo/puppet-acme_vault
synced 2024-11-09 20:30:36 +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':
|
#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',
|
||||||
|
Loading…
Reference in New Issue
Block a user