summaryrefslogtreecommitdiff
path: root/manifests/pulseaudio.pp
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-10-02 19:01:04 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2022-10-02 19:22:48 +0200
commit4c751df7e334707452c2e507b634694f9eff0af8 (patch)
tree579152125991d00f79fc74e20edfd4919ce31f97 /manifests/pulseaudio.pp
parentMove cowsay and envirnoment setup to own profiles. (diff)
downloadprofiles-4c751df7e334707452c2e507b634694f9eff0af8.tar.gz
profiles-4c751df7e334707452c2e507b634694f9eff0af8.tar.xz
Futher workstation setup.
Diffstat (limited to '')
-rw-r--r--manifests/pulseaudio.pp6
1 files changed, 6 insertions, 0 deletions
diff --git a/manifests/pulseaudio.pp b/manifests/pulseaudio.pp
new file mode 100644
index 0000000..1035104
--- /dev/null
+++ b/manifests/pulseaudio.pp
@@ -0,0 +1,6 @@
+class profiles::pulseaudio {
+ ensure_packages([
+ 'pavucontrol',
+ 'pulseaudio',
+ ])
+}