Missing ","
This commit is contained in:
parent
48d9866a7c
commit
740c5d29c1
|
@ -145,7 +145,7 @@ class cdn::cache(
|
|||
}
|
||||
|
||||
exec { 'extract sunet-cdnp':
|
||||
command => "tar -xzf ${sunet_cdnp_file} sunet-cdnp"
|
||||
command => "tar -xzf ${sunet_cdnp_file} sunet-cdnp",
|
||||
cwd => $sunet_cdnp_dir,
|
||||
refreshonly => true,
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue