X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Froles%2Fmanifests%2Fstatic_source.pp;h=3e66d34328f88953636566ff14035e43ecb2a456;hb=0b6cb05ea797df93a05d5ba0d3ec549f16f7063d;hp=c4bc4407c35b0220041038346eeaba42af41a0d8;hpb=bf3691ae1a76a07158faf2acc34f68a59874ff9c;p=mirror%2Fdsa-puppet.git diff --git a/modules/roles/manifests/static_source.pp b/modules/roles/manifests/static_source.pp index c4bc4407c..3e66d3432 100644 --- a/modules/roles/manifests/static_source.pp +++ b/modules/roles/manifests/static_source.pp @@ -1,9 +1,4 @@ -class roles::static_source { - - include roles::static_base - - file { '/usr/local/bin/static-update-component': - source => 'puppet:///modules/roles/static-mirroring/static-update-component', - mode => '0555', - } +class roles::static_source( +) { + include staticsync::static_source }