diff options
| author | Joey Hess <id@joeyh.name> | 2014-12-04 16:22:29 -0400 |
|---|---|---|
| committer | Joey Hess <id@joeyh.name> | 2014-12-04 16:22:29 -0400 |
| commit | c99e367c3bb1da193c2d8f756b5fe3ec9c490b53 (patch) | |
| tree | c8bca5ba1468db9230806b0d66af1d4e0dd4757b /src/Propellor/Property/OS.hs | |
| parent | cf8583aa05a421beb7adbebfc3b1fd1301e23596 (diff) | |
propellor spin
Diffstat (limited to 'src/Propellor/Property/OS.hs')
| -rw-r--r-- | src/Propellor/Property/OS.hs | 4 |
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` |
