summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/OS.hs
diff options
context:
space:
mode:
authorJoey Hess2014-12-05 16:33:23 -0400
committerJoey Hess2014-12-05 16:33:23 -0400
commit527975dffec07458e25f100257ec70a3c826c20d (patch)
tree05bfb206b068f281ab0dfbd93efd3695f906475f /src/Propellor/Property/OS.hs
parent2559b2348207ed9e914999e92fe9d26da0e1f5ad (diff)
hasSomePassword and hasPassword now check to make sure shadow passwords are enabled.
Diffstat (limited to 'src/Propellor/Property/OS.hs')
-rw-r--r--src/Propellor/Property/OS.hs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Propellor/Property/OS.hs b/src/Propellor/Property/OS.hs
index 30f8c4bb..3f999e23 100644
--- a/src/Propellor/Property/OS.hs
+++ b/src/Propellor/Property/OS.hs
@@ -45,8 +45,7 @@ import Control.Exception (throw)
-- > & os (System (Debian Unstable) "amd64")
-- > & cleanInstallOnce (Confirmed "foo.example.com")
-- > `onChange` propertyList "fixing up after clean install"
--- > [ User.shadowConfig True
--- > , preserveNetworkInterfaces
+-- > [ preserveNetworkInterfaces
-- > , preserveResolvConf
-- > , preserverRootSshAuthorized
-- > , Apt.update