Send update component request to proper master host
[mirror/dsa-puppet.git] / modules / roles / manifests / static_source.pp
index dbdede1..81210e2 100644 (file)
@@ -4,7 +4,7 @@ class roles::static_source {
                content => template('roles/static-mirroring/static-mirror-authorized_keys.erb'),
        }
        file { '/usr/local/bin/static-update-component':
-               content => template('roles/static-mirroring/static-update-component.erb'),
+               source => 'puppet:///modules/roles/static-mirroring/static-update-component',
                mode    => '0555',
        }
        file { '/usr/local/bin/static-mirror-ssh-wrap':