propellor spin
This commit is contained in:
parent
4b8a6c5e72
commit
b448016263
|
@ -12,7 +12,7 @@ accountFor user = check (isNothing <$> homedir user) $ cmdProperty "adduser"
|
||||||
, "--gecos", ""
|
, "--gecos", ""
|
||||||
, user
|
, user
|
||||||
]
|
]
|
||||||
`describe` ("ssh account " ++ user)
|
`describe` ("account for " ++ user)
|
||||||
|
|
||||||
-- | Removes user home directory!! Use with caution.
|
-- | Removes user home directory!! Use with caution.
|
||||||
nuked :: UserName -> Eep -> Property
|
nuked :: UserName -> Eep -> Property
|
||||||
|
|
Loading…
Reference in New Issue