This commit is contained in:
Joey Hess 2015-07-20 12:07:09 -04:00
parent d73cb013d5
commit 81350d61fa
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
It should be possible to call Propellor.Property.Ssh.permitRootLogin with "forced-commands-only" and "without-password", in addition to "True" or "False". It requires to change the type of the function (and maybe to create a new datatype?)...
permitRootLogin :: Bool -> Property NoInfo
> [[done]] --[[Joey]]