propellor/Property/Reboot.hs

8 lines
116 B
Haskell
Raw Normal View History

module Property.Reboot where
2014-03-30 19:31:57 +00:00
import Common
2014-03-30 06:26:23 +00:00
now :: Property
2014-03-30 06:12:48 +00:00
now = cmdProperty "reboot" []
2014-03-30 19:53:35 +00:00
`describe` "reboot now"