Missing ","
This commit is contained in:
parent
e15225d1b5
commit
0ad91d34d1
|
@ -140,12 +140,12 @@ class cdn::cache(
|
||||||
|
|
||||||
exec { "curl -LO ${sunet_cdnp_url}":
|
exec { "curl -LO ${sunet_cdnp_url}":
|
||||||
creates => "${sunet_cdnp_dir}/${sunet_cdnp_file}",
|
creates => "${sunet_cdnp_dir}/${sunet_cdnp_file}",
|
||||||
cwd => $sunet_cdnp_dir
|
cwd => $sunet_cdnp_dir,
|
||||||
notify => Exec["tar -xzf ${sunet_cdnp_file} sunet-cdnp"],
|
notify => Exec["tar -xzf ${sunet_cdnp_file} sunet-cdnp"],
|
||||||
}
|
}
|
||||||
|
|
||||||
exec { "tar -xzf ${sunet_cdnp_file} sunet-cdnp":
|
exec { "tar -xzf ${sunet_cdnp_file} sunet-cdnp":
|
||||||
cwd => $sunet_cdnp_dir
|
cwd => $sunet_cdnp_dir,
|
||||||
refreshonly => true,
|
refreshonly => true,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue