We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e240c31 commit d5ed170Copy full SHA for d5ed170
2 files changed
manifests/init.pp
@@ -425,7 +425,7 @@
425
# Install agent
426
if $manage_install {
427
case $::operatingsystem {
428
- 'Ubuntu','Debian' : {
+ 'Ubuntu','Debian','Raspbian' : {
429
if $use_apt_backup_keyserver != undef or $apt_backup_keyserver != undef or $apt_keyserver != undef {
430
notify { 'apt keyserver arguments deprecation':
431
message => '$use_apt_backup_keyserver, $apt_backup_keyserver and $apt_keyserver are deprecated since version 3.13.0',
manifests/params.pp
@@ -24,7 +24,7 @@
24
$module_metadata = load_module_metadata($module_name)
25
26
27
28
$rubydev_package = 'ruby-dev'
29
$legacy_conf_dir = '/etc/dd-agent/conf.d'
30
$conf_dir = '/etc/datadog-agent/conf.d'
0 commit comments