From 380c1b0fd6c25dec3c924b82f1d721aa91a001da Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 30 Mar 2014 23:37:54 -0400 Subject: prepare for hackage --- Propellor/Property/Reboot.hs | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Propellor/Property/Reboot.hs (limited to 'Propellor/Property/Reboot.hs') diff --git a/Propellor/Property/Reboot.hs b/Propellor/Property/Reboot.hs new file mode 100644 index 00000000..1a419d60 --- /dev/null +++ b/Propellor/Property/Reboot.hs @@ -0,0 +1,7 @@ +module Propellor.Property.Reboot where + +import Propellor.Common + +now :: Property +now = cmdProperty "reboot" [] + `describe` "reboot now" -- cgit v1.2.3