From c99e367c3bb1da193c2d8f756b5fe3ec9c490b53 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 4 Dec 2014 16:22:29 -0400 Subject: propellor spin --- src/Propellor/Property/OS.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Propellor/Property') diff --git a/src/Propellor/Property/OS.hs b/src/Propellor/Property/OS.hs index 8f852bbd..0138be9c 100644 --- a/src/Propellor/Property/OS.hs +++ b/src/Propellor/Property/OS.hs @@ -52,9 +52,9 @@ import qualified Propellor.Property.User as User -- > -- rest of system properties here cleanInstallOnce :: Confirmation -> Property cleanInstallOnce confirmation = check (not <$> doesFileExist flagfile) $ - confirmed "clean install confirmed" confirmation - `before` osbootstrapped + `requires` + confirmed "clean install confirmed" confirmation `before` transitioned `before` -- cgit v1.2.3