Create target if it does not exist, II
[mirror/dsa-puppet.git] / modules / roles / manifests / static_master.pp
index 6750aa6..e1d61a1 100644 (file)
@@ -1,4 +1,4 @@
-class roles::static_master inherits roles::mirror_base {
+class roles::static_master inherits roles::static_base {
     file {
         '/etc/ssh/userkeys/staticsync':
             content => template('roles/static-master-authorized_keys.erb'),
@@ -15,6 +15,10 @@ class roles::static_master inherits roles::mirror_base {
             source  => "puppet:///modules/roles/static-mirroring/static-master-update-component",
             mode => 555,
             ;
+
+        '/etc/static-clients.conf':
+            content => template('roles/static-clients.conf.erb'),
+            ;
     }
 }
 # vim:set et: