summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/Docker.hs
diff options
context:
space:
mode:
authorJoey Hess2018-07-11 14:03:35 -0400
committerJoey Hess2018-07-11 14:03:35 -0400
commit6387e7db95a584ce426e22c2112e781ed2d4e14c (patch)
treee9684040c815d8d69cb423b061e9e51e6920cb0f /src/Propellor/Property/Docker.hs
parent1b2919556430199461fa6773aa19778628d3a652 (diff)
remove build-time warning for docker
Propellor.Cmdline imports it, which made propellor compilation warn.
Diffstat (limited to 'src/Propellor/Property/Docker.hs')
-rw-r--r--src/Propellor/Property/Docker.hs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Propellor/Property/Docker.hs b/src/Propellor/Property/Docker.hs
index 522aecd9..6aeec5fa 100644
--- a/src/Propellor/Property/Docker.hs
+++ b/src/Propellor/Property/Docker.hs
@@ -7,8 +7,7 @@
-- The existance of a docker container is just another Property of a system,
-- which propellor can set up. See config.hs for an example.
-module Propellor.Property.Docker
- {-# WARNING "This module does not have a maintainer. It might not work right anymore. If you use it, please consider becoming its maintainer." #-} (
+module Propellor.Property.Docker (
-- * Host properties
installed,
configured,