summaryrefslogtreecommitdiff
path: root/services/x11_desktop.cf
diff options
context:
space:
mode:
Diffstat (limited to 'services/x11_desktop.cf')
-rw-r--r--services/x11_desktop.cf17
1 files changed, 17 insertions, 0 deletions
diff --git a/services/x11_desktop.cf b/services/x11_desktop.cf
new file mode 100644
index 0000000..44d3c2a
--- /dev/null
+++ b/services/x11_desktop.cf
@@ -0,0 +1,17 @@
+bundle agent x11_desktop
+{
+ vars:
+ x11_desktop.freebsd::
+ "packages" slist => {
+ "i3",
+ "i3status",
+ };
+ x11_desktop.ubuntu::
+ "packages" slist => {
+ "i3",
+ "i3status",
+ };
+ methods:
+ x11_desktop::
+ "x11_desktop" usebundle => install_package("$(this.bundle)", "$(x11_desktop.packages)");
+}