From 71d628544cc170a8030501e300d534ed2377c4f9 Mon Sep 17 00:00:00 2001 From: Tiago Ilieve Date: Tue, 12 May 2015 08:17:43 -0300 Subject: [PATCH] 'Disabling' for 'Enabling' in `EnableRootLogin` --- bootstrapvz/common/tasks/ssh.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrapvz/common/tasks/ssh.py b/bootstrapvz/common/tasks/ssh.py index f83db8a..f094b54 100644 --- a/bootstrapvz/common/tasks/ssh.py +++ b/bootstrapvz/common/tasks/ssh.py @@ -51,7 +51,7 @@ class DisableSSHPasswordAuthentication(Task): class EnableRootLogin(Task): - description = 'Disabling SSH login for root' + description = 'Enabling SSH login for root' phase = phases.system_modification @classmethod