summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/Docker.hs
diff options
context:
space:
mode:
authorJoey Hess2018-07-20 12:04:46 -0400
committerJoey Hess2018-07-20 12:04:46 -0400
commit5745229292d4cb40aeb926f3540ac90777de5b8d (patch)
treef1200d4da5affce797b221e52df7457a4a77e421 /src/Propellor/Property/Docker.hs
parentd738536788c916221e16470d6480db7414b91c13 (diff)
parentcfb8733d881001e2f4af3985f542c41bc98b8e2c (diff)
Merge branch 'joeyconfig'
Diffstat (limited to 'src/Propellor/Property/Docker.hs')
-rw-r--r--src/Propellor/Property/Docker.hs4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Propellor/Property/Docker.hs b/src/Propellor/Property/Docker.hs
index 66418253..6aeec5fa 100644
--- a/src/Propellor/Property/Docker.hs
+++ b/src/Propellor/Property/Docker.hs
@@ -1,6 +1,8 @@
{-# LANGUAGE FlexibleContexts, TypeSynonymInstances, FlexibleInstances, TypeFamilies #-}
--- | Docker support for propellor
+-- | Maintainer: currently unmaintained; your name here!
+--
+-- Docker support for propellor
--
-- The existance of a docker container is just another Property of a system,
-- which propellor can set up. See config.hs for an example.