fix template name
authorPeter Palfrader <peter@palfrader.org>
Fri, 26 Apr 2013 12:26:27 +0000 (14:26 +0200)
committerPeter Palfrader <peter@palfrader.org>
Fri, 26 Apr 2013 12:26:27 +0000 (14:26 +0200)
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':