diff --git a/global/overlay/etc/puppet/modules/cdn/manifests/cache.pp b/global/overlay/etc/puppet/modules/cdn/manifests/cache.pp index 08b9893..dcd501a 100644 --- a/global/overlay/etc/puppet/modules/cdn/manifests/cache.pp +++ b/global/overlay/etc/puppet/modules/cdn/manifests/cache.pp @@ -150,6 +150,13 @@ class cdn::cache( refreshonly => true, } + file { "${sunet_cdnp_dir}/sunet-cdnp": + command => "tar -xzf ${sunet_cdnp_file} sunet-cdnp", + owner => 'root', + group => 'root', + mode => '0755', + } + file { '/usr/local/bin/sunet-cdnp': ensure => link, target => "${sunet_cdnp_dir}/sunet-cdnp",