And listen for www.backports.org on our static apaches as well
[mirror/dsa-puppet.git] / modules / roles / manifests / static_source.pp
index 821a6cf..dbdede1 100644 (file)
@@ -3,6 +3,10 @@ class roles::static_source {
        file { '/etc/ssh/userkeys/staticsync':
                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'),
+               mode    => '0555',
+       }
        file { '/usr/local/bin/static-mirror-ssh-wrap':
                source => 'puppet:///modules/roles/static-mirroring/static-mirror-ssh-wrap',
                mode   => '0555',