summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess2014-12-04 16:22:29 -0400
committerJoey Hess2014-12-04 16:22:29 -0400
commitc99e367c3bb1da193c2d8f756b5fe3ec9c490b53 (patch)
treec8bca5ba1468db9230806b0d66af1d4e0dd4757b
parentcf8583aa05a421beb7adbebfc3b1fd1301e23596 (diff)
propellor spin
-rw-r--r--src/Propellor/Property/OS.hs4
1 files changed, 2 insertions, 2 deletions
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`