]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/roles/manifests/static_master.pp
merge mirror and master authorized_keys and wrapper script
[dsa-puppet.git] / modules / roles / manifests / static_master.pp
index 0816754df828fb73a4793aeb51cfd1c7e48a578b..73f74c834410cd51eaf9a1bd589a31ea28014f94 100644 (file)
@@ -2,17 +2,10 @@ class roles::static_master {
 
        include roles::static_base
 
-       file { '/etc/ssh/userkeys/staticsync':
-               content => template('roles/static-mirroring/static-master-authorized_keys.erb'),
-       }
        file { '/usr/local/bin/static-master-run':
                source => 'puppet:///modules/roles/static-mirroring/static-master-run',
                mode   => '0555',
        }
-       file {'/usr/local/bin/static-master-ssh-wrap':
-               source => 'puppet:///modules/roles/static-mirroring/static-master-ssh-wrap',
-               mode   => '0555',
-       }
        file { '/usr/local/bin/static-master-update-component':
                source => 'puppet:///modules/roles/static-mirroring/static-master-update-component',
                mode   => '0555',