summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/HostingProvider
diff options
context:
space:
mode:
authorJoey Hess2014-05-23 12:31:42 -0400
committerJoey Hess2014-05-23 12:31:42 -0400
commitaba5e143f20f0ef8e3b278c11d351be9fe256bcc (patch)
treedeccbadc00dbc289fb0a768d47893d1728afaf49 /src/Propellor/Property/HostingProvider
parent0ec565a590e0b5e70af4f4f922925e5b0b718376 (diff)
desc
Diffstat (limited to 'src/Propellor/Property/HostingProvider')
-rw-r--r--src/Propellor/Property/HostingProvider/DigitalOcean.hs2
1 files changed, 1 insertions, 1 deletions
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"
]