diff --git a/manifests/init.pp b/manifests/init.pp index 078d724..e64161c 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -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':