From 5c55d3d4153e571876383e53dc43e38ce767e34d Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 13 Jun 2016 18:12:29 -0400 Subject: improve some comments --- src/Propellor/Property/HostingProvider/DigitalOcean.hs | 2 +- src/Propellor/Property/HostingProvider/Exoscale.hs | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'src/Propellor/Property/HostingProvider') 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 +-- +-- Properties for use on module Propellor.Property.HostingProvider.Exoscale ( distroKernel, -- cgit v1.3-2-g0d8e