summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/HostingProvider
diff options
context:
space:
mode:
authorJoey Hess2016-06-13 18:12:29 -0400
committerJoey Hess2016-06-13 18:12:29 -0400
commit5c55d3d4153e571876383e53dc43e38ce767e34d (patch)
tree6eee74e460899d3d0314d721395ffc36933c24f9 /src/Propellor/Property/HostingProvider
parentd3ced2a6246dbfd736aec59d24b78cecd1d96144 (diff)
improve some comments
Diffstat (limited to 'src/Propellor/Property/HostingProvider')
-rw-r--r--src/Propellor/Property/HostingProvider/DigitalOcean.hs2
-rw-r--r--src/Propellor/Property/HostingProvider/Exoscale.hs2
2 files changed, 3 insertions, 1 deletions
diff --git a/src/Propellor/Property/HostingProvider/DigitalOcean.hs b/src/Propellor/Property/HostingProvider/DigitalOcean.hs
index 084faa36..053338de 100644
--- a/src/Propellor/Property/HostingProvider/DigitalOcean.hs
+++ b/src/Propellor/Property/HostingProvider/DigitalOcean.hs
@@ -13,7 +13,7 @@ import qualified Propellor.Property.Reboot as Reboot
--
-- This property causes the distro kernel to be loaded on reboot, using kexec.
--
--- If the power is cycled, the non-distro kernel still boots up.
+-- When the power is cycled, the non-distro kernel still boots up.
-- So, this property also checks if the running kernel is present in /boot,
-- and if not, reboots immediately into a distro kernel.
distroKernel :: Property DebianLike
diff --git a/src/Propellor/Property/HostingProvider/Exoscale.hs b/src/Propellor/Property/HostingProvider/Exoscale.hs
index c6244d46..3e6f6665 100644
--- a/src/Propellor/Property/HostingProvider/Exoscale.hs
+++ b/src/Propellor/Property/HostingProvider/Exoscale.hs
@@ -1,4 +1,6 @@
-- | Maintainer: Sean Whitton <spwhitton@spwhitton.name>
+--
+-- Properties for use on <https://www.exoscale.ch/>
module Propellor.Property.HostingProvider.Exoscale (
distroKernel,