propellor/doc/todo/Propellor.Property.Ssh:_it_...

6 lines
314 B
Plaintext
Raw Permalink Normal View History

2015-07-20 12:56:34 +00:00
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
2015-07-20 16:07:09 +00:00
> [[done]] --[[Joey]]