X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Froles%2Fmanifests%2Fstatic_base.pp;h=267c8ba61f64e47550df972dad06642e369c066b;hb=633e363d0b7dedf31bd8a0144f47995998257ee1;hp=2de3b9b6e16b45cca35697e3c61a0d07050de846;hpb=d0023f476fba2facd946b996719ce3e97e03ba79;p=mirror%2Fdsa-puppet.git diff --git a/modules/roles/manifests/static_base.pp b/modules/roles/manifests/static_base.pp index 2de3b9b6e..267c8ba61 100644 --- a/modules/roles/manifests/static_base.pp +++ b/modules/roles/manifests/static_base.pp @@ -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: