From 5095b9d9c71a46522bec4136fa7f94af0c0d17ee Mon Sep 17 00:00:00 2001 From: Thomas Bellman <bellman@lysator.liu.se> Date: Tue, 17 Sep 2019 19:53:54 +0200 Subject: [PATCH] Two minor comment fixes (typo and whitespace). --- manifests/rootlogin.pp | 2 +- manifests/serial/login.pp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/rootlogin.pp b/manifests/rootlogin.pp index 2781969..01143f5 100644 --- a/manifests/rootlogin.pp +++ b/manifests/rootlogin.pp @@ -8,7 +8,7 @@ * * Parameters: * - name Name of terminal device, without the /dev/ prefix. - * - ensure Wether to 'allow' or 'forbid' root to login on the + * - ensure Whether to 'allow' or 'forbid' root to login on the * terminal in question. */ define console::rootlogin($ensure) diff --git a/manifests/serial/login.pp b/manifests/serial/login.pp index 7ce676d..76a04ff 100644 --- a/manifests/serial/login.pp +++ b/manifests/serial/login.pp @@ -9,7 +9,7 @@ * - name Name of serial port device (without /dev/ prefix). * - ensure One of 'enabled' (the default) or 'disabled'. * - speeds (List of) speeds in bits/second. - * - termtype Default terminal type connected to the port. + * - termtype Default terminal type connected to the port. * - rootlogin To 'allow' or 'forbid' root to login on the port. * Default is to make no changes to /etc/securetty. */ -- GitLab