From: Peter Palfrader Date: Sat, 28 Jan 2017 18:26:08 +0000 (+0100) Subject: give site name X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=ea2ab6751bd3887bb9d47a1ff84d53e6912de2b0;p=mirror%2Fdsa-puppet.git give site name --- diff --git a/modules/roles/manifests/static_mirror.pp b/modules/roles/manifests/static_mirror.pp index 9508e3a14..0470ac986 100644 --- a/modules/roles/manifests/static_mirror.pp +++ b/modules/roles/manifests/static_mirror.pp @@ -70,6 +70,7 @@ class roles::static_mirror { } apache2::site { '010-static-vhosts-00-manpages': + site => 'static-manpages.debian.org', ensure => has_static_component('manpages.debian.org') ? { true => "present", false => "absent" }, content => template('roles/static-mirroring/vhost/manpages.debian.org.erb'), }