From 380c1b0fd6c25dec3c924b82f1d721aa91a001da Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 30 Mar 2014 23:37:54 -0400 Subject: prepare for hackage --- Property/Docker.hs | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 Property/Docker.hs (limited to 'Property/Docker.hs') diff --git a/Property/Docker.hs b/Property/Docker.hs deleted file mode 100644 index ebb3d3a4..00000000 --- a/Property/Docker.hs +++ /dev/null @@ -1,16 +0,0 @@ -module Property.Docker where - -import Common -import qualified Property.File as File -import qualified Property.Apt as Apt - -{- 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 - go = withPrivData DockerAuthentication $ \cfg -> ensureProperty $ - "/root/.dockercfg" `File.hasContent` (lines cfg) - -installed :: Property -installed = Apt.installed ["docker.io"] -- cgit v1.2.3