set expires: headers on alioth-archive
[mirror/dsa-puppet.git] / modules / roles / manifests / archvsync_base.pp
index 9e9176a..ac8b8e9 100644 (file)
@@ -11,4 +11,9 @@ class roles::archvsync_base {
                ensure  => present,
                content => '',
        }
+
+       file { '/etc/ssh/userkeys/archvsync':
+               ensure => 'link',
+               target => '/home/archvsync/.ssh/authorized_keys',
+       }
 }