diff --git a/files/vault b/files/vault deleted file mode 100755 index 4940284..0000000 Binary files a/files/vault and /dev/null differ diff --git a/manifests/common.pp b/manifests/common.pp index 5ea0afa..c55878a 100644 --- a/manifests/common.pp +++ b/manifests/common.pp @@ -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',