X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Froles%2Fmanifests%2Fstatic_source.pp;h=3e66d34328f88953636566ff14035e43ecb2a456;hb=694793a4317a94b7dc1483f4a52d4b1868224ed6;hp=c30b0c33a3eb47e7cb73962267a506d5a5bbad79;hpb=5e58debe8ae92c6372f3028535296818d341fc75;p=mirror%2Fdsa-puppet.git diff --git a/modules/roles/manifests/static_source.pp b/modules/roles/manifests/static_source.pp index c30b0c33a..3e66d3432 100644 --- a/modules/roles/manifests/static_source.pp +++ b/modules/roles/manifests/static_source.pp @@ -1,3 +1,4 @@ -class roles::static_source { - include roles::static_base +class roles::static_source( +) { + include staticsync::static_source }