regex, not glob
[mirror/dsa-puppet.git] / modules / roles / manifests / static_base.pp
index cd580cd..6d4c33d 100644 (file)
@@ -11,7 +11,7 @@ class roles::static_base {
        }
 
        file { '/etc/ssh/userkeys/staticsync':
-               content => template('roles/static-mirroring/static-authorized_keys.erb'),
+               content => template('roles/static-mirroring/staticsync-authorized_keys.erb'),
        }
 
        file { '/usr/local/bin/staticsync-ssh-wrap':