Remove "command" and fix indent
This commit is contained in:
parent
ca94d62c62
commit
a39f5cdbae
|
@ -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':
|
||||||
|
|
Loading…
Reference in a new issue