diff options
| author | Joey Hess <joey@kitenet.net> | 2014-05-23 12:31:42 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-05-23 12:31:42 -0400 |
| commit | aba5e143f20f0ef8e3b278c11d351be9fe256bcc (patch) | |
| tree | deccbadc00dbc289fb0a768d47893d1728afaf49 /src/Propellor/Property/HostingProvider | |
| parent | 0ec565a590e0b5e70af4f4f922925e5b0b718376 (diff) | |
desc
Diffstat (limited to 'src/Propellor/Property/HostingProvider')
| -rw-r--r-- | src/Propellor/Property/HostingProvider/DigitalOcean.hs | 2 |
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" ] |
