summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess2014-04-19 03:32:17 -0400
committerJoey Hess2014-04-19 03:32:17 -0400
commitcd10b5e2ed2a5e4053ae733a7c8961303f2dcb35 (patch)
tree0c2012b57745035439ee453ba96e72d4da0a86fd
parent02900b000e556af18f2d38c2ef4184a2ce27cf46 (diff)
improve docs
-rw-r--r--Propellor/Types.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/Propellor/Types.hs b/Propellor/Types.hs
index 0e412e82..22df9ddb 100644
--- a/Propellor/Types.hs
+++ b/Propellor/Types.hs
@@ -5,6 +5,7 @@
module Propellor.Types
( Host(..)
, Attr
+ , SetAttr
, Propellor(..)
, Property(..)
, RevertableProperty(..)
@@ -56,7 +57,7 @@ data Property = Property
, propertySatisfy :: Propellor Result
-- ^ must be idempotent; may run repeatedly
, propertyAttr :: SetAttr
- -- ^ a property can affect the overall Attr
+ -- ^ a property can set an Attr on the host that has the property.
}
-- | A property that can be reverted.