Missing ","

This commit is contained in:
Patrik Lundin 2024-10-31 15:35:44 +01:00
parent 48d9866a7c
commit 740c5d29c1
Signed by: patlu
GPG key ID: A0A812BA2249F294

View file

@ -145,7 +145,7 @@ class cdn::cache(
} }
exec { 'extract sunet-cdnp': exec { 'extract sunet-cdnp':
command => "tar -xzf ${sunet_cdnp_file} sunet-cdnp" command => "tar -xzf ${sunet_cdnp_file} sunet-cdnp",
cwd => $sunet_cdnp_dir, cwd => $sunet_cdnp_dir,
refreshonly => true, refreshonly => true,
} }