diff options
| author | Joey Hess <joey@kitenet.net> | 2014-04-18 21:58:23 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-04-18 21:58:23 -0400 |
| commit | 395d3f206af48dcac5980fc70f7189a77e43fcc8 (patch) | |
| tree | 323ed0a78334761a273ed01fdfafae49088002b6 /Propellor/Types.hs | |
| parent | c8a3653775892bd361091885c63113b6ca36ed5a (diff) | |
Dns.primary wrote, not quite ready
Diffstat (limited to 'Propellor/Types.hs')
| -rw-r--r-- | Propellor/Types.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Propellor/Types.hs b/Propellor/Types.hs index ad822a8b..0e412e82 100644 --- a/Propellor/Types.hs +++ b/Propellor/Types.hs @@ -21,6 +21,7 @@ module Propellor.Types , GpgKeyId , SshKeyType(..) , module Propellor.Types.OS + , module Propellor.Types.Dns ) where import Data.Monoid @@ -31,6 +32,7 @@ import "MonadCatchIO-transformers" Control.Monad.CatchIO import Propellor.Types.Attr import Propellor.Types.OS +import Propellor.Types.Dns data Host = Host [Property] SetAttr |
