diff --git a/manifests/site.pp b/manifests/site.pp index e9433f7..7d7941e 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -25,9 +25,10 @@ define openstack_health::site( } exec {'move-static-files': - command => "mv ${openstack_health::source_dir}/build ${httproot}", - path => ['/usr/local/bin/', '/usr/bin/', '/bin/'], - subscribe => Exec['build-static-files'] + command => "mv ${openstack_health::source_dir}/build ${httproot}", + path => ['/usr/local/bin/', '/usr/bin/', '/bin/'], + subscribe => Exec['build-static-files'], + refreshonly => true, } file {$httproot: