Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Add a variable for rsyslog base package on Debian #436

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions roles/rsyslog/vars/Debian.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# __rsyslog_base_packages
#
# List of default rpm packages to install.
# NOTE: iproute2 is needed for the ip command which
# is needed for the default_ipv4 fact
# package is named iproute2 for Debian/Ubuntu systems
__rsyslog_base_packages: ['iproute2', 'rsyslog']
Loading