From 220496056eb730f204f9d21d61d10d41d876c5a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Sat, 14 Jul 2018 10:49:21 +0200 Subject: Fix package dependencies for base installation --- modules/base_installation/manifests/ssh.pp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'modules/base_installation/manifests/ssh.pp') diff --git a/modules/base_installation/manifests/ssh.pp b/modules/base_installation/manifests/ssh.pp index 43769e9..d6317d5 100644 --- a/modules/base_installation/manifests/ssh.pp +++ b/modules/base_installation/manifests/ssh.pp @@ -1,13 +1,14 @@ class base_installation::ssh inherits base_installation { class { 'ssh::server': storeconfigs_enabled => false, - options => { + options => { 'AcceptEnv' => undef, 'X11Forwarding' => 'yes', 'PrintMotd' => 'no', 'ChallengeResponseAuthentication' => 'no', 'Subsystem' => 'sftp /usr/lib/openssh/sftp-server', - } + }, + require => Package["openssh"] } contain "ssh::server" -- cgit v1.2.3