aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2026-02-10 21:21:54 -0300
committerSilvio Rhatto <rhatto@riseup.net>2026-02-10 21:21:54 -0300
commit9622859cb9f4f778b3d2155c6e7fa58088900b60 (patch)
treed575df728967a9bba9908f20a2d379c184a836a4
parent67425998a0294ef47ef0d3cba83884f3a9f5df12 (diff)
downloadpuppet-nodo-9622859cb9f4f778b3d2155c6e7fa58088900b60.tar.gz
puppet-nodo-9622859cb9f4f778b3d2155c6e7fa58088900b60.tar.bz2
Feat: nodo::utils::multimedia::bluetooth: manage bluez and bluez-toolsHEADmaster
-rw-r--r--manifests/utils/multimedia/bluetooth.pp2
1 files changed, 2 insertions, 0 deletions
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',