This commit is contained in:
Joey Hess 2014-12-15 12:00:16 -04:00
parent a4307f85a5
commit db3f9050d6
2 changed files with 14 additions and 4 deletions

View File

@ -76,10 +76,7 @@ darkstar = host "darkstar.kitenet.net"
& Apt.buildDep ["git-annex"] `period` Daily
& Docker.configured
! Docker.docked gitAnnexAndroidDev
& website "foo"
& User.accountFor "tester"
& User.hasSomePassword "tester"
! website "foo"
website :: String -> RevertableProperty
website hn = Apache.siteEnabled hn apachecfg

View File

@ -0,0 +1,13 @@
[[!comment format=mdwn
username="joey"
subject="""comment 8"""
date="2014-12-15T15:56:45Z"
content="""
@Philipp, indeed: It's important to realize that all data entered into
the privdata with `propellor --set` is deployed in cleartext to the
machines that use it. Kept in a directory only root can read, but still,
important to bear in mind.
I've added the ability to use `CryptPassword` instead of `Password`
to `User.hasPassword` and `User.hasSomePassword`.
"""]]