summaryrefslogtreecommitdiff
path: root/Propellor/Property/Reboot.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Propellor/Property/Reboot.hs')
-rw-r--r--Propellor/Property/Reboot.hs7
1 files changed, 0 insertions, 7 deletions
diff --git a/Propellor/Property/Reboot.hs b/Propellor/Property/Reboot.hs
deleted file mode 100644
index 25e53159..00000000
--- a/Propellor/Property/Reboot.hs
+++ /dev/null
@@ -1,7 +0,0 @@
-module Propellor.Property.Reboot where
-
-import Propellor
-
-now :: Property
-now = cmdProperty "reboot" []
- `describe` "reboot now"