X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Froles%2Fmanifests%2Fstatic_master.pp;h=73f74c834410cd51eaf9a1bd589a31ea28014f94;hb=4b4d1fb6ea2b229c2fd454bbc01e295a9ee52705;hp=0816754df828fb73a4793aeb51cfd1c7e48a578b;hpb=b5b17876a34290b9816805a274c81a2ffc209145;p=mirror%2Fdsa-puppet.git diff --git a/modules/roles/manifests/static_master.pp b/modules/roles/manifests/static_master.pp index 0816754df..73f74c834 100644 --- a/modules/roles/manifests/static_master.pp +++ b/modules/roles/manifests/static_master.pp @@ -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',