summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/Docker.hs
diff options
context:
space:
mode:
authorJoey Hess2014-12-09 14:22:37 -0400
committerJoey Hess2014-12-09 14:22:37 -0400
commit2e2438ae66490a2a00972be16e95f0d9cda2f9ea (patch)
tree33c651ccf3d64f7c61f13f2d03d64d86a14ad225 /src/Propellor/Property/Docker.hs
parent3c48f6ac937b88f5fa4e953f505086429f45dd58 (diff)
improve haddock formating of filenames
Diffstat (limited to 'src/Propellor/Property/Docker.hs')
-rw-r--r--src/Propellor/Property/Docker.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Propellor/Property/Docker.hs b/src/Propellor/Property/Docker.hs
index 5006ed9a..2c8af413 100644
--- a/src/Propellor/Property/Docker.hs
+++ b/src/Propellor/Property/Docker.hs
@@ -176,7 +176,7 @@ garbageCollected = propertyList "docker garbage collected"
-- | Tweaks a container to work well with docker.
--
-- Currently, this consists of making pam_loginuid lines optional in
--- the pam config, to work around https://github.com/docker/docker/issues/5663
+-- the pam config, to work around <https://github.com/docker/docker/issues/5663>
-- which affects docker 1.2.0.
tweaked :: Property
tweaked = trivial $
@@ -529,7 +529,7 @@ dockerInfo :: DockerInfo Host -> Info
dockerInfo i = mempty { _dockerinfo = i }
-- | The ContainerIdent of a container is written to
--- /.propellor-ident inside it. This can be checked to see if
+-- </.propellor-ident> inside it. This can be checked to see if
-- the container has the same ident later.
propellorIdent :: FilePath
propellorIdent = "/.propellor-ident"