summaryrefslogtreecommitdiff
path: root/Propellor/Types/Attr.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Propellor/Types/Attr.hs')
-rw-r--r--Propellor/Types/Attr.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Propellor/Types/Attr.hs b/Propellor/Types/Attr.hs
index 1ff58148..00611775 100644
--- a/Propellor/Types/Attr.hs
+++ b/Propellor/Types/Attr.hs
@@ -42,3 +42,5 @@ newAttr hn = Attr hn S.empty Nothing Nothing Nothing []
type HostName = String
type Domain = String
+
+type SetAttr = Attr -> Attr