diff options
| -rw-r--r-- | Propellor/Types.hs | 3 |
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. |
