]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/roles/manifests/static_base.pp
change to ssl only port
[dsa-puppet.git] / modules / roles / manifests / static_base.pp
index e062a9e5191425891bc86ef57dda1c0ad139d07a..6d4c33dd2e3ac818b39951c9c32af59dd2511ce5 100644 (file)
@@ -9,4 +9,15 @@ class roles::static_base {
        file { '/etc/static-components.conf':
                source => 'puppet:///modules/roles/static-mirroring/static-components.conf',
        }
+
+       file { '/etc/ssh/userkeys/staticsync':
+               content => template('roles/static-mirroring/staticsync-authorized_keys.erb'),
+       }
+
+       file { '/usr/local/bin/staticsync-ssh-wrap':
+               source => 'puppet:///modules/roles/static-mirroring/staticsync-ssh-wrap',
+               mode   => '0555',
+       }
+       file { '/usr/local/bin/static-mirror-ssh-wrap': ensure => absent; }
+       file { '/usr/local/bin/static-master-ssh-wrap': ensure => absent; }
 }