propellor spin

This commit is contained in:
Joey Hess 2014-12-04 16:22:29 -04:00
parent cf8583aa05
commit c99e367c3b
Failed to extract signature
1 changed files with 2 additions and 2 deletions

View File

@ -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`