summaryrefslogtreecommitdiff
path: root/services/os/ubuntu.cf
diff options
context:
space:
mode:
Diffstat (limited to 'services/os/ubuntu.cf')
-rw-r--r--services/os/ubuntu.cf5
1 files changed, 4 insertions, 1 deletions
diff --git a/services/os/ubuntu.cf b/services/os/ubuntu.cf
index 58bd2d5..e3759b1 100644
--- a/services/os/ubuntu.cf
+++ b/services/os/ubuntu.cf
@@ -1,4 +1,4 @@
-bundle common ubuntu
+bundle agent ubuntu
{
vars:
ubuntu::
@@ -50,4 +50,7 @@ bundle common ubuntu
"weechat",
"whois",
};
+ methods:
+ ubuntu::
+ "ubuntu" usebundle => install_package("$(this.bundle)", "$(ubuntu.packages)");
}