From 0515fcb0f93ef90270dcd2c475194be1c439b578 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 30 Mar 2014 23:59:07 -0400 Subject: more prep --- Propellor/Property/Docker.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Propellor/Property') diff --git a/Propellor/Property/Docker.hs b/Propellor/Property/Docker.hs index 43c78d85..3f7e470e 100644 --- a/Propellor/Property/Docker.hs +++ b/Propellor/Property/Docker.hs @@ -4,8 +4,8 @@ import Propellor import qualified Propellor.Property.File as File import qualified Propellor.Property.Apt as Apt -{- | Configures docker with an authentication file, so that images can be - - pushed to index.docker.io. -} +-- | Configures docker with an authentication file, so that images can be +-- pushed to index.docker.io. configured :: Property configured = Property "docker configured" go `requires` installed where -- cgit v1.2.3