-
-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Description
While trying to apply the following code
sshd_config { 'PermitRootLogin':
value => 'no',
}
receive the following error message
Error: /Stage[main]/Ssh/Sshd_config[PermitRootLogin]: Could not evaluate: Augeas didn't load /etc/ssh/sshd_config with Sshd.lns from /opt/puppetlabs/puppet/cache/lib/augeas/lenses: Get did not match entire input (line:148, character:0)
The line 148 starts match block added by GitLab installer:
Match User git # Apply the AuthorizedKeysCommands to the git user only
AuthorizedKeysCommand /opt/gitlab/embedded/service/gitlab-shell/bin/gitlab-shell-authorized-keys-check git %u %k
AuthorizedKeysCommandUser git
Match all # End match, settings apply to all users again
Metadata
Metadata
Assignees
Labels
No labels