summaryrefslogtreecommitdiff
path: root/src/Propellor
diff options
context:
space:
mode:
authorSean Whitton2017-07-15 13:51:23 -0700
committerSean Whitton2017-07-15 13:51:23 -0700
commit56fda8c3ae6af1241ce4836a6122393871fca151 (patch)
tree82a53d0b74b0ca42bd76915008a7b5cbb2a0d186 /src/Propellor
parenta05b4271dc0e2e7b24fdfbe4a4358127a5df730e (diff)
add a description for Apt.useLocalCacher
Diffstat (limited to 'src/Propellor')
-rw-r--r--src/Propellor/Property/Apt.hs2
1 files changed, 1 insertions, 1 deletions
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"