diff options
| author | Sean Whitton <spwhitton@spwhitton.name> | 2017-07-15 08:12:53 -0700 |
|---|---|---|
| committer | Sean Whitton <spwhitton@spwhitton.name> | 2017-07-15 08:53:25 -0700 |
| commit | 4be2ef464c066600a4551975aee7efe61f739393 (patch) | |
| tree | 9ce2094cc735a1f5fd0e22a185297ba9f5d1fec8 | |
| parent | bb10fdfb30948fe096f746fa1b8c1020ab306fe9 (diff) | |
drop suggestion to use Apt.mirror for a LAN apt cacher
It is probably best to use Apt.proxy for this.
| -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 07164df6..2e4757f8 100644 --- a/src/Propellor/Property/Apt.hs +++ b/src/Propellor/Property/Apt.hs @@ -23,7 +23,7 @@ data HostMirror = HostMirror Url data HostAptProxy = HostAptProxy Url deriving (Eq, Show, Typeable) --- | Indicate host's preferred apt mirror (e.g. an apt cacher on the host's LAN) +-- | Indicate host's preferred apt mirror mirror :: Url -> Property (HasInfo + UnixLike) mirror u = pureInfoProperty (u ++ " apt mirror selected") (InfoVal (HostMirror u)) |
