Skip to content

Commit

Permalink
Merge pull request #22 from anderiv/master
Browse files Browse the repository at this point in the history
Specify correct path for rsyslog socket
  • Loading branch information
Johan Meiring authored Oct 5, 2017
2 parents 0a88719 + fa50a9f commit 014f569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
block: |
# Create an additional socket for some of the sshd chrooted users.
{% for user in sftp_users %}
$AddUnixListenSocket /home/{{ user.name }}/dev/log
$AddUnixListenSocket {{ sftp_home_partition }}/{{ user.name }}/dev/log
{% endfor %}
# Log internal-sftp in a separate file
Expand Down

0 comments on commit 014f569

Please sign in to comment.