X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Froles%2Fmanifests%2Finit.pp;h=35c277a397d5e27304aa709b220e2d25c7ff8d6c;hb=ce56fe800e103dfe7f2d1d2011942eb06313a0fb;hp=6b9af9b93551dbcc7962d84543268db286a82fd3;hpb=f29271d22a9f346a558cd70d2e6deb97c7900016;p=mirror%2Fdsa-puppet.git diff --git a/modules/roles/manifests/init.pp b/modules/roles/manifests/init.pp index 6b9af9b93..35c277a39 100644 --- a/modules/roles/manifests/init.pp +++ b/modules/roles/manifests/init.pp @@ -109,10 +109,6 @@ class roles { include roles::dns_geodns } - if has_role('vote') { - include roles::vote - } - if has_role('security_tracker') { include roles::security_tracker } @@ -288,8 +284,4 @@ class roles { if has_role('debsources') { include roles::debsources } - - if has_role('debconf_wafer') { - include roles::debconf_wafer - } }