summaryrefslogtreecommitdiff
path: root/config-joey.hs
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2014-04-19 17:16:13 -0400
committerJoey Hess <joey@kitenet.net>2014-04-19 17:16:13 -0400
commit5b78dcae2a2dc35919381d3ee12327b2da76a7e5 (patch)
tree0f76aedf45955e2fd35e983e8f476c4a9058b60f /config-joey.hs
parentbe32443833611ff976457683e368ca1030a30169 (diff)
parent6e5362b12f94c20977c51a16aab8a83a8339a24c (diff)
Merge branch 'joeyconfig'
Diffstat (limited to 'config-joey.hs')
-rw-r--r--config-joey.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/config-joey.hs b/config-joey.hs
index dd848646..5dd466ee 100644
--- a/config-joey.hs
+++ b/config-joey.hs
@@ -1,4 +1,4 @@
--- | This is the live config file used by propellor's author.
+-- This is the live config file used by propellor's author.
import Propellor
import Propellor.CmdLine
@@ -229,7 +229,7 @@ standardContainer name suite arch = Docker.container name (image system)
where
system = System (Debian suite) arch
--- | Docker images I prefer to use.
+-- Docker images I prefer to use.
image :: System -> Docker.Image
image (System (Debian Unstable) arch) = "joeyh/debian-unstable-" ++ arch
image (System (Debian Stable) arch) = "joeyh/debian-stable-" ++ arch