diff options
| author | Sean Whitton <spwhitton@spwhitton.name> | 2017-07-15 13:51:23 -0700 |
|---|---|---|
| committer | Sean Whitton <spwhitton@spwhitton.name> | 2017-07-15 13:51:23 -0700 |
| commit | 56fda8c3ae6af1241ce4836a6122393871fca151 (patch) | |
| tree | 82a53d0b74b0ca42bd76915008a7b5cbb2a0d186 /src | |
| parent | a05b4271dc0e2e7b24fdfbe4a4358127a5df730e (diff) | |
add a description for Apt.useLocalCacher
Diffstat (limited to 'src')
| -rw-r--r-- | src/Propellor/Property/Apt.hs | 2 |
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" |
