From aba5e143f20f0ef8e3b278c11d351be9fe256bcc Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 23 May 2014 12:31:42 -0400 Subject: desc --- src/Propellor/Property/HostingProvider/DigitalOcean.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Propellor/Property/HostingProvider/DigitalOcean.hs') diff --git a/src/Propellor/Property/HostingProvider/DigitalOcean.hs b/src/Propellor/Property/HostingProvider/DigitalOcean.hs index 24dfd356..4565935f 100644 --- a/src/Propellor/Property/HostingProvider/DigitalOcean.hs +++ b/src/Propellor/Property/HostingProvider/DigitalOcean.hs @@ -17,5 +17,5 @@ distroKernel = propertyList "digital ocean distro kernel hack" , "/etc/default/kexec" `File.containsLines` [ "LOAD_KEXEC=true" , "USE_GRUB_CONFIG=true" - ] + ] `describe` "kexec configured" ] -- cgit v1.2.3