Move static-mirroring templates into their own dir
[mirror/dsa-puppet.git] / modules / roles / manifests / static_master.pp
index 4f982bd..df11d6a 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",
@@ -16,11 +16,8 @@ class roles::static_master inherits roles::static_base {
             mode => 555,
             ;
 
-        '/etc/static-components.conf':
-            source  => "puppet:///modules/roles/static-mirroring/static-components.conf",
-            ;
         '/etc/static-clients.conf':
-            content => template('roles/static-clients.conf.erb'),
+            content => template('roles/static-mirroring/static-clients.conf.erb'),
             ;
     }
 }