X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Froles%2Fmanifests%2Fstatic_mirror.pp;h=53b7b8a0d59acdf6538ab45788ac0192736c3282;hb=a28ed6fe4705cc3761484549aaf235f2f61bb265;hp=fea09d664ed57052938614c18af44b5930494e11;hpb=fa63526cb7a7dfc0abb51c0bbfacbd046a21dd91;p=mirror%2Fdsa-puppet.git diff --git a/modules/roles/manifests/static_mirror.pp b/modules/roles/manifests/static_mirror.pp index fea09d664..53b7b8a0d 100644 --- a/modules/roles/manifests/static_mirror.pp +++ b/modules/roles/manifests/static_mirror.pp @@ -63,8 +63,7 @@ class roles::static_mirror { apache2::site { '010-lintian.debian.org': site => 'lintian.debian.org', - ensure => has_static_component('lintian.debian.org') ? { true => "present", false => "absent" }, - content => template('roles/static-mirroring/vhost/lintian.debian.org.erb'), + ensure => absent, } apache2::site { '010-static-vhosts-simple':