From 08bfaccaea01fd2d334946428504e71a51748e3d Mon Sep 17 00:00:00 2001 From: varac Date: Fri, 29 Jan 2016 23:21:32 +0100 Subject: [bug] ship newer client discover script than includes in squid-deb-proxy-client v. 0.8.13 to fix error messages being sent to stdout instead of stderr, see https://bugs.launchpad.net/ubuntu/+source/squid-deb-proxy/+bug/1505670 --- manifests/client.pp | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'manifests') diff --git a/manifests/client.pp b/manifests/client.pp index 324544c..049f740 100644 --- a/manifests/client.pp +++ b/manifests/client.pp @@ -1,5 +1,16 @@ +# install squid-deb-proxy-client package class squid_deb_proxy::client { package { 'squid-deb-proxy-client': ensure => installed, + } -> + + # ship newer client discover script than includes in squid-deb-proxy-client + # v. 0.8.13 to fix error messages being sent to stdout instead of stderr, + # see https://bugs.launchpad.net/ubuntu/+source/squid-deb-proxy/+bug/1505670 + file { '/usr/share/squid-deb-proxy-client/apt-avahi-discover': + source => 'puppet:///modules/squid_deb_proxy/client/apt-avahi-discover', + mode => '0755', + owner => 'root', + group => 'root', } } -- cgit v1.2.3