diff options
| author | Joey Hess <joey@kitenet.net> | 2014-04-19 17:16:13 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-04-19 17:16:13 -0400 |
| commit | 6e5362b12f94c20977c51a16aab8a83a8339a24c (patch) | |
| tree | 60da7a40865eb7d6ef0c19d748dfd405443699a1 | |
| parent | 49d2aedc9fe1166f57ac686600c46ed0f07c1d7b (diff) | |
cleanup
| -rw-r--r-- | config-joey.hs | 4 | ||||
| -rw-r--r-- | config-simple.hs | 2 |
2 files changed, 3 insertions, 3 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 diff --git a/config-simple.hs b/config-simple.hs index 536d9cd5..3fb59186 100644 --- a/config-simple.hs +++ b/config-simple.hs @@ -1,4 +1,4 @@ --- | This is the main configuration file for Propellor, and is used to build +-- This is the main configuration file for Propellor, and is used to build -- the propellor program. import Propellor |
