diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Propellor/Property/Logcheck.hs | 1 | ||||
| -rw-r--r-- | src/Propellor/Property/Unbound.hs | 8 |
2 files changed, 9 insertions, 0 deletions
diff --git a/src/Propellor/Property/Logcheck.hs b/src/Propellor/Property/Logcheck.hs index 8058b237..26f4e3a4 100644 --- a/src/Propellor/Property/Logcheck.hs +++ b/src/Propellor/Property/Logcheck.hs @@ -2,6 +2,7 @@ module Propellor.Property.Logcheck ( ReportLevel (Workstation, Server, Paranoid), + Service, defaultPrefix, ignoreFilePath, ignoreLines, diff --git a/src/Propellor/Property/Unbound.hs b/src/Propellor/Property/Unbound.hs index c0fb54f1..c3afeb84 100644 --- a/src/Propellor/Property/Unbound.hs +++ b/src/Propellor/Property/Unbound.hs @@ -6,6 +6,14 @@ module Propellor.Property.Unbound ( installed , restarted , reloaded + , UnboundSection + , UnboundZone + , UnboundHost + , UnboundSetting + , UnboundValue + , UnboundKey + , ConfSection + , ZoneType , cachingDnsServer ) where |
