We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6086c0 commit 7b40f2eCopy full SHA for 7b40f2e
manifests/params.pp
@@ -56,32 +56,7 @@
56
$recursor_service = 'pdns-recursor'
57
$recursor_dir = '/etc/powerdns'
58
$recursor_config = "${recursor_dir}/recursor.conf"
59
-
60
- case $facts['os']['name'] {
61
- 'Debian': {
62
- case $facts['os']['release']['major'] {
63
- '8': {
64
- $install_packages = []
65
- }
66
- default: {
67
- $install_packages = ['dirmngr']
68
69
70
71
- 'Ubuntu': {
72
73
- '16.04': {
74
75
76
77
78
79
80
81
82
83
84
+ $install_packages = ['dirmngr']
85
}
86
'FreeBSD': {
87
$authoritative_package = 'powerdns'
0 commit comments