diff --git a/global/overlay/etc/puppet/modules/cdn/manifests/cache.pp b/global/overlay/etc/puppet/modules/cdn/manifests/cache.pp index f20ccdf..94ebceb 100644 --- a/global/overlay/etc/puppet/modules/cdn/manifests/cache.pp +++ b/global/overlay/etc/puppet/modules/cdn/manifests/cache.pp @@ -140,12 +140,12 @@ class cdn::cache( exec { "curl -LO ${sunet_cdnp_url}": creates => "${sunet_cdnp_dir}/${sunet_cdnp_file}", - cwd => $sunet_cdnp_dir + cwd => $sunet_cdnp_dir, notify => 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, }