Skip to content

Commit

Permalink
Merge pull request #167 from aderumier/debian10
Browse files Browse the repository at this point in the history
add debian buster support
  • Loading branch information
Manuel J. Bernal authored Oct 28, 2019
2 parents 231e702 + 687e57d commit 17a4f45
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion manifests/params_agent.pp
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@
}
}
}
/^(wheezy|stretch|sid|precise|trusty|vivid|wily|xenial|bionic)$/: {
/^(wheezy|stretch|buster|sid|precise|trusty|vivid|wily|xenial|bionic)$/: {
$server_service = 'wazuh-manager'
$server_package = 'wazuh-manager'
$api_service = 'wazuh-api'
Expand Down
2 changes: 1 addition & 1 deletion manifests/params_manager.pp
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@
}
}
}
/^(wheezy|stretch|sid|precise|trusty|vivid|wily|xenial|bionic)$/: {
/^(wheezy|stretch|buster|sid|precise|trusty|vivid|wily|xenial|bionic)$/: {
$server_service = 'wazuh-manager'
$server_package = 'wazuh-manager'
$api_service = 'wazuh-api'
Expand Down
2 changes: 1 addition & 1 deletion manifests/repo.pp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
server => 'pgp.mit.edu'
}
case $::lsbdistcodename {
/(jessie|wheezy|stretch|sid|precise|trusty|vivid|wily|xenial|yakketi|bionic)/: {
/(jessie|wheezy|stretch|buster|sid|precise|trusty|vivid|wily|xenial|yakketi|bionic)/: {

apt::source { 'wazuh':
ensure => present,
Expand Down
2 changes: 1 addition & 1 deletion manifests/repo_elastic.pp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
source => 'https://artifacts.elastic.co/GPG-KEY-elasticsearch',
}
case $::lsbdistcodename {
/(jessie|wheezy|stretch|sid|precise|trusty|vivid|wily|xenial|yakketi|bionic)/: {
/(jessie|wheezy|stretch|buster|sid|precise|trusty|vivid|wily|xenial|yakketi|bionic)/: {

apt::source { 'wazuh_elastic':
ensure => present,
Expand Down

0 comments on commit 17a4f45

Please sign in to comment.