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

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