]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/roles/manifests/static_master.pp
Move static-mirroring templates into their own dir
[dsa-puppet.git] / modules / roles / manifests / static_master.pp
index e1d61a14101daa0b627f11c2be60825e85432771..df11d6a4231bccbbd87c70f157d3c1eb336cf840 100644 (file)
@@ -1,7 +1,7 @@
 class roles::static_master inherits roles::static_base {
     file {
         '/etc/ssh/userkeys/staticsync':
-            content => template('roles/static-master-authorized_keys.erb'),
+            content => template('roles/static-mirroring/static-master-authorized_keys.erb'),
             ;
         '/usr/local/bin/static-master-run':
             source  => "puppet:///modules/roles/static-mirroring/static-master-run",
@@ -17,7 +17,7 @@ class roles::static_master inherits roles::static_base {
             ;
 
         '/etc/static-clients.conf':
-            content => template('roles/static-clients.conf.erb'),
+            content => template('roles/static-mirroring/static-clients.conf.erb'),
             ;
     }
 }