From 56fda8c3ae6af1241ce4836a6122393871fca151 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sat, 15 Jul 2017 13:51:23 -0700 Subject: add a description for Apt.useLocalCacher --- src/Propellor/Property/Apt.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Propellor/Property/Apt.hs') diff --git a/src/Propellor/Property/Apt.hs b/src/Propellor/Property/Apt.hs index 2e4757f8..5630d83a 100644 --- a/src/Propellor/Property/Apt.hs +++ b/src/Propellor/Property/Apt.hs @@ -511,4 +511,4 @@ proxy u = tightenTargets $ useLocalCacher :: Property (HasInfo + DebianLike) useLocalCacher = proxy "http://localhost:3142" `requires` serviceInstalledRunning "apt-cacher-ng" - + `describe` "apt uses local apt cacher" -- cgit v1.2.3