Also sources can ssh to the master to trigger stuff
[mirror/dsa-puppet.git] / modules / roles / manifests / static_base.pp
index 2de3b9b..267c8ba 100644 (file)
@@ -5,6 +5,12 @@ class roles::static_base {
             onlyif  => '/usr/bin/getent passwd staticsync > /dev/null && ! [ -e /home/staticsync/.ssh/id_rsa ]'
         }
     }
+
+    file {
+        '/etc/static-components.conf':
+            source  => "puppet:///modules/roles/static-mirroring/static-components.conf",
+            ;
+    }
 }
 # vim:set et:
 # vim:set sts=4 ts=4: