summaryrefslogtreecommitdiff
path: root/services/os/ubuntu.cf
diff options
context:
space:
mode:
authorJulien Dessaux2017-08-27 23:31:08 +0200
committerJulien Dessaux2017-08-27 23:44:05 +0200
commit5f4f78d55d832d31639119804e7ff9f69ecdda41 (patch)
tree8fccfce99393da540053a5cb35f0ba30e30ec9d5 /services/os/ubuntu.cf
parentAdded nagios server policy (diff)
downloadmasterfiles-5f4f78d55d832d31639119804e7ff9f69ecdda41.tar.gz
masterfiles-5f4f78d55d832d31639119804e7ff9f69ecdda41.tar.bz2
masterfiles-5f4f78d55d832d31639119804e7ff9f69ecdda41.zip
Updated usebundle system to include caller information un report
Diffstat (limited to '')
-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)");
}