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
|
-- > -- rest of system properties here
|
||||||
cleanInstallOnce :: Confirmation -> Property
|
cleanInstallOnce :: Confirmation -> Property
|
||||||
cleanInstallOnce confirmation = check (not <$> doesFileExist flagfile) $
|
cleanInstallOnce confirmation = check (not <$> doesFileExist flagfile) $
|
||||||
confirmed "clean install confirmed" confirmation
|
|
||||||
`before`
|
|
||||||
osbootstrapped
|
osbootstrapped
|
||||||
|
`requires`
|
||||||
|
confirmed "clean install confirmed" confirmation
|
||||||
`before`
|
`before`
|
||||||
transitioned
|
transitioned
|
||||||
`before`
|
`before`
|
||||||
|
|
Loading…
Reference in New Issue