summaryrefslogtreecommitdiff
path: root/src/Propellor/Types.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Propellor/Types.hs')
-rw-r--r--src/Propellor/Types.hs6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Propellor/Types.hs b/src/Propellor/Types.hs
index e0d471ff..4ea97bce 100644
--- a/src/Propellor/Types.hs
+++ b/src/Propellor/Types.hs
@@ -36,9 +36,9 @@ import Propellor.Types.Dns
-- | Everything Propellor knows about a system: Its hostname,
-- properties and attributes.
data Host = Host
- { _hostName :: HostName
- , _hostProps :: [Property]
- , _hostAttr :: Attr
+ { hostName :: HostName
+ , hostProperties :: [Property]
+ , hostAttr :: Attr
}
-- | Propellor's monad provides read-only access to the host it's running