propellor-5.0.0: property-based host configuration management in haskell

Safe HaskellNone
LanguageHaskell98

Propellor.Property.HostingProvider.Linode

Synopsis

Documentation

serialGrub :: Property (HasInfo + DebianLike) Source #

Configures grub to use the serial console as set up by Linode. Useful when running a distribution supplied kernel. https://www.linode.com/docs/tools-reference/custom-kernels-distros/run-a-distribution-supplied-kernel-with-kvm

chainPVGrub :: TimeoutSecs -> Property (HasInfo + DebianLike) Source #

Linode's pv-grub-x86_64 (only used for its older XEN instances) does not support booting recent Debian kernels compressed with xz. This sets up pv-grub chaining to enable it.

mlocateEnabled :: Property DebianLike Source #

Linode disables mlocate's cron job's execute permissions, presumably to avoid disk IO. This ensures it's executable.