diff --git a/cookbooks/vector/attributes.rb b/cookbooks/vector/attributes.rb index 0c0ffe4..c41aaf0 100644 --- a/cookbooks/vector/attributes.rb +++ b/cookbooks/vector/attributes.rb @@ -18,6 +18,7 @@ node.reverse_merge!({ 'vector' => { 'url' => 'https://github.com/timberio/vector/releases/download/', 'ipaddr' => ipaddr, - 'deb' => 'vector-amd64.deb' + 'debPrefix' => 'vector-', + 'debPostfix' => '-amd64.deb' }, })