propellor spin
This commit is contained in:
parent
cf8583aa05
commit
c99e367c3b
|
@ -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`
|
||||
|
|
Loading…
Reference in New Issue