Merge "Correct typo on hieradata key"

This commit is contained in:
Zuul 2022-05-31 21:25:57 +00:00 committed by Gerrit Code Review
commit ec26d49c25
1 changed files with 2 additions and 2 deletions

View File

@ -80,8 +80,8 @@ class tripleo::profile::base::sshd (
# NB (owalsh) in puppet-ssh hiera takes precedence over the class param
# we need to control this, so error if it's set in hiera
if lookup('ssh:server::options', undef, undef, undef) {
err('ssh:server::options must not be set, use tripleo::profile::base::sshd::options')
if lookup('ssh::server::options', undef, undef, undef) {
err('ssh::server::options must not be set, use tripleo::profile::base::sshd::options')
}
class { 'ssh':
storeconfigs_enabled => false,