summaryrefslogtreecommitdiff
path: root/src/Propellor/Types/Bootloader.hs
blob: c6953b941870ed0717e9f1c9e8d4c45ff46df2d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{-# LANGUAGE FlexibleInstances #-}

module Propellor.Types.Bootloader where

import Propellor.Types.Info

-- | Boot loader installed on a host.
data BootloaderInstalled = GrubInstalled
	deriving (Typeable, Show)

instance IsInfo [BootloaderInstalled] where
	propagateInfo _ = PropagateInfo False