Skip to content

Commit 26eb077

Browse files
committed
chore: update the netbird archive file name during installation
Signed-off-by: Sidharth Jawale <sidharth@obmondo.com>
1 parent cb739e8 commit 26eb077

File tree

1 file changed

+1
-1
lines changed
  • modules/enableit/profile/manifests/network

1 file changed

+1
-1
lines changed

modules/enableit/profile/manifests/network/netbird.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
ensure => ensure_present($enable),
5454
source => "https://github.com/netbirdio/netbird/releases/download/v${version}/netbird_${version}_${_kernel}_${_arch}.tar.gz",
5555
extract => true,
56-
path => '/tmp/netbird.tar.gz',
56+
path => "/tmp/netbird_${version}_${_kernel}_${_arch}.tar.gz",
5757
extract_path => '/usr/bin',
5858
cleanup => true,
5959
user => 'root',

0 commit comments

Comments
 (0)