improve docs
This commit is contained in:
parent
02900b000e
commit
cd10b5e2ed
|
@ -5,6 +5,7 @@
|
||||||
module Propellor.Types
|
module Propellor.Types
|
||||||
( Host(..)
|
( Host(..)
|
||||||
, Attr
|
, Attr
|
||||||
|
, SetAttr
|
||||||
, Propellor(..)
|
, Propellor(..)
|
||||||
, Property(..)
|
, Property(..)
|
||||||
, RevertableProperty(..)
|
, RevertableProperty(..)
|
||||||
|
@ -56,7 +57,7 @@ data Property = Property
|
||||||
, propertySatisfy :: Propellor Result
|
, propertySatisfy :: Propellor Result
|
||||||
-- ^ must be idempotent; may run repeatedly
|
-- ^ must be idempotent; may run repeatedly
|
||||||
, propertyAttr :: SetAttr
|
, 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.
|
-- | A property that can be reverted.
|
||||||
|
|
Loading…
Reference in New Issue