Lab update

This commit is contained in:
Z. Cliffe Schreuders
2023-06-15 15:03:11 +01:00
parent 64fa86207f
commit 54fddeea76
2 changed files with 4 additions and 2 deletions

View File

@@ -188,7 +188,7 @@ Briefly describe what each of the following PAM configurations do:
`session optional pam_mkhomedir.so skel=/etc/skel umask=077`
`auth required pam_access.so, /etc/security.access.conf`
`auth required pam_access.so, /etc/security/access.conf`
## Secure Shell (SSH) Password-less Authentication

View File

@@ -29,7 +29,9 @@ class gitlist_040::configure {
file { $leaked_files_path:
ensure => directory,
before => Exec['create-repo-file_leak']
before => Exec['create-repo-file_leak'],
owner => 'www-data',
mode => '0700'
} ->
exec { 'create-repo-file_leak':