Add Suse support for unbound

Change-Id: I4fa179adb9144b13a38f22829a2f0728ddb9aadf
This commit is contained in:
Dirk Mueller 2017-02-25 13:25:48 +01:00
parent dffe3580c1
commit cfffca78b2
1 changed files with 6 additions and 0 deletions

View File

@ -65,6 +65,12 @@ class unbound (
}
}
if ($::osfamily == 'Suse') {
package { 'unbound':
ensure => present,
}
}
if ($install_resolv_conf) {
# Rackspace uses static config files
file { '/etc/resolv.conf':