propellor-0.5.3: src/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"