From: Silvio Rhatto Date: Wed, 11 Feb 2026 00:21:54 +0000 (-0300) Subject: Feat: nodo::utils::multimedia::bluetooth: manage bluez and bluez-tools X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;p=puppet-nodo.git Feat: nodo::utils::multimedia::bluetooth: manage bluez and bluez-tools --- diff --git a/manifests/utils/multimedia/bluetooth.pp b/manifests/utils/multimedia/bluetooth.pp index 8d3c74a..e2d51a5 100644 --- a/manifests/utils/multimedia/bluetooth.pp +++ b/manifests/utils/multimedia/bluetooth.pp @@ -4,6 +4,8 @@ class nodo::utils::multimedia::bluetooth ( $ensure = 'installed', ) { package { [ + 'bluez', + 'bluez-tools', 'blueman', 'bluetooth', 'pulseaudio-module-bluetooth',