summaryrefslogtreecommitdiff
path: root/src/Propellor/Types/PrivData.hs
diff options
context:
space:
mode:
authorJoey Hess2014-12-07 15:21:55 -0400
committerJoey Hess2014-12-07 15:21:55 -0400
commit2fe0b28982c403ea49c71854da11354067527394 (patch)
tree9460f920078d14a068e709b76b610fa641f089be /src/Propellor/Types/PrivData.hs
parent3b0b6f44dd60807d7005421eed95cf53c731fc28 (diff)
more uses for hostContext
Diffstat (limited to 'src/Propellor/Types/PrivData.hs')
-rw-r--r--src/Propellor/Types/PrivData.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Propellor/Types/PrivData.hs b/src/Propellor/Types/PrivData.hs
index a18e7cec..80dad762 100644
--- a/src/Propellor/Types/PrivData.hs
+++ b/src/Propellor/Types/PrivData.hs
@@ -21,6 +21,8 @@ data PrivDataField
-- Context "www.example.com" could be used for the SSL cert
-- for the web server serving that domain. Multiple hosts might
-- use that privdata.
+--
+-- This appears in serlialized privdata files.
newtype Context = Context String
deriving (Read, Show, Ord, Eq)