Remove "command" and fix indent

This commit is contained in:
Patrik Lundin 2024-10-31 15:39:11 +01:00
parent ca94d62c62
commit a39f5cdbae
Signed by: patlu
GPG key ID: A0A812BA2249F294

View file

@ -151,10 +151,9 @@ class cdn::cache(
} }
file { "${sunet_cdnp_dir}/sunet-cdnp": file { "${sunet_cdnp_dir}/sunet-cdnp":
command => "tar -xzf ${sunet_cdnp_file} sunet-cdnp", owner => 'root',
owner => 'root', group => 'root',
group => 'root', mode => '0755',
mode => '0755',
} }
file { '/usr/local/bin/sunet-cdnp': file { '/usr/local/bin/sunet-cdnp':