comment
This commit is contained in:
parent
a4307f85a5
commit
db3f9050d6
|
@ -76,10 +76,7 @@ darkstar = host "darkstar.kitenet.net"
|
||||||
& Apt.buildDep ["git-annex"] `period` Daily
|
& Apt.buildDep ["git-annex"] `period` Daily
|
||||||
& Docker.configured
|
& Docker.configured
|
||||||
! Docker.docked gitAnnexAndroidDev
|
! Docker.docked gitAnnexAndroidDev
|
||||||
& website "foo"
|
! website "foo"
|
||||||
|
|
||||||
& User.accountFor "tester"
|
|
||||||
& User.hasSomePassword "tester"
|
|
||||||
|
|
||||||
website :: String -> RevertableProperty
|
website :: String -> RevertableProperty
|
||||||
website hn = Apache.siteEnabled hn apachecfg
|
website hn = Apache.siteEnabled hn apachecfg
|
||||||
|
|
|
@ -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`.
|
||||||
|
"""]]
|
Loading…
Reference in New Issue