Skip to content

Commit

Permalink
Merge pull request #8 from adfinis/bump_bareos_fd
Browse files Browse the repository at this point in the history
feat(role): update bareos_fd version to v1.1.3
  • Loading branch information
adf-patrickha authored Mar 1, 2024
2 parents 82862e5 + 9c1994f commit a33ebb4
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 4 deletions.
5 changes: 4 additions & 1 deletion roles/bareos_fd/vars/Debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ bareos_fd_debug_packages:
- gdb

bareos_fd_plugin_dir: "/usr/lib/bareos/plugins"
bareos_fd_plugin_name: python3
bareos_fd_plugin_list:
- name: mariabackup
packages:
Expand All @@ -23,3 +22,7 @@ bareos_fd_plugin_list:
packages:
- python3-ldap
- bareos-filedaemon-ldap-python-plugin

- name: mysql_xtrabackup
packages:
- bareos-filedaemon-percona-xtrabackup-python-plugin
6 changes: 4 additions & 2 deletions roles/bareos_fd/vars/RedHat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ bareos_fd_debug_packages:
- bareos-filedaemon-debuginfo
- gdb

bareos_fd_plugin_dir: "/usr/lib64/bareos/plugins"
bareos_fd_plugin_name: python3
bareos_fd_plugin_list:
- name: mariabackup
packages:
Expand All @@ -24,3 +22,7 @@ bareos_fd_plugin_list:
- name: ldap
packages:
- bareos-filedaemon-ldap-python-plugin

- name: mysql_xtrabackup
packages:
- bareos-filedaemon-percona-xtrabackup-python-plugin
5 changes: 4 additions & 1 deletion roles/bareos_fd/vars/RedHat_7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ bareos_fd_debug_packages:
- bareos-debuginfo
- gdb

bareos_fd_plugin_dir: "/usr/lib64/bareos/plugins"
bareos_fd_plugin_name: python
bareos_fd_plugin_list:
- name: mariabackup
Expand All @@ -25,3 +24,7 @@ bareos_fd_plugin_list:
- name: ldap
packages:
- bareos-filedaemon-ldap-python-plugin

- name: mysql_xtrabackup
packages:
- bareos-filedaemon-percona-xtrabackup-python-plugin
4 changes: 4 additions & 0 deletions roles/bareos_fd/vars/Suse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,7 @@ bareos_fd_plugin_list:
- name: ldap
packages:
- bareos-filedaemon-ldap-python-plugin

- name: mysql_xtrabackup
packages:
- bareos-filedaemon-percona-xtrabackup-python-plugin
1 change: 1 addition & 0 deletions roles/bareos_fd/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ bareos_fd_encryption_packages:

bareos_fd_service: bareos-filedaemon
bareos_fd_plugin_name: python3
bareos_fd_plugin_dir: "/usr/lib64/bareos/plugins"

# define the following stuff on Distro level (vars/<Distro.yml>). If a Distro is not there, it's not supported.
# bareos_fd_plugin_list: every distro might have different package names and dependencies
Expand Down

0 comments on commit a33ebb4

Please sign in to comment.