From 1b93d5e3857e936ab3cc678fa62c919c7050dab3 Mon Sep 17 00:00:00 2001 From: "J. Elfring (p)" Date: Thu, 13 Aug 2020 15:58:06 +0200 Subject: [PATCH] Add spellcheckers to workstattion config --- sysconfig_arch/cfg_workstation.pp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sysconfig_arch/cfg_workstation.pp b/sysconfig_arch/cfg_workstation.pp index a752c47..2969e41 100644 --- a/sysconfig_arch/cfg_workstation.pp +++ b/sysconfig_arch/cfg_workstation.pp @@ -12,6 +12,9 @@ service {'ctrl-alt-del.target': package {'acpi': ensure => installed} package {'alsa-utils': ensure => installed} package {'arandr': ensure => installed} +package {'aspell': ensure => installed} +package {'aspell-de': ensure => installed} +package {'aspell-en': ensure => installed} package {'autoconf': ensure => installed} package {'automake': ensure => installed} package {'bash': ensure => installed} @@ -66,6 +69,7 @@ package {'imagemagick': ensure => installed} package {'inetutils': ensure => installed} package {'iproute2': ensure => installed} package {'iputils': ensure => installed} +package {'ispell': ensure => installed} package {'iw': ensure => installed} package {'jfsutils': ensure => installed} package {'keepassxc': ensure => installed}