propellor-0.1: Propellor/Property/Reboot.hs
module Propellor.Property.Reboot where import Propellor now :: Property now = cmdProperty "reboot" [] `describe` "reboot now"
module Propellor.Property.Reboot where import Propellor now :: Property now = cmdProperty "reboot" [] `describe` "reboot now"