From 58a7ba614753e5462b08ef91dd2663e70cd7742c Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 11 Jul 2018 12:05:37 -0400 Subject: two unmaintained modules --- src/Propellor/Property/Docker.hs | 7 +++++-- src/Propellor/Property/HostingProvider/CloudAtCost.hs | 6 +++++- 2 files changed, 10 insertions(+), 3 deletions(-) (limited to 'src/Propellor') diff --git a/src/Propellor/Property/Docker.hs b/src/Propellor/Property/Docker.hs index 66418253..522aecd9 100644 --- a/src/Propellor/Property/Docker.hs +++ b/src/Propellor/Property/Docker.hs @@ -1,11 +1,14 @@ {-# 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. -module Propellor.Property.Docker ( +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." #-} ( -- * Host properties installed, configured, diff --git a/src/Propellor/Property/HostingProvider/CloudAtCost.hs b/src/Propellor/Property/HostingProvider/CloudAtCost.hs index 5c4788e2..48c19572 100644 --- a/src/Propellor/Property/HostingProvider/CloudAtCost.hs +++ b/src/Propellor/Property/HostingProvider/CloudAtCost.hs @@ -1,4 +1,8 @@ -module Propellor.Property.HostingProvider.CloudAtCost where +-- | Maintainer: currently unmaintained; your name here! + +module Propellor.Property.HostingProvider.CloudAtCost + {-# WARNING "This module does not have a maintainer. It might not work right anymore. If you use it, please consider becoming its maintainer." #-} + where import Propellor.Base import qualified Propellor.Property.Hostname as Hostname -- cgit v1.2.3