summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Dessaux2018-06-13 10:05:02 +0200
committerJulien Dessaux2018-06-13 10:05:02 +0200
commitf3b01f37f77f7e88f2bc3e0b6a1b9b1e4371120e (patch)
treec434c553b6bfff569af7b1cf25e92449ed01d4fd
parentUpdated hosts (diff)
downloadmasterfiles-f3b01f37f77f7e88f2bc3e0b6a1b9b1e4371120e.tar.gz
masterfiles-f3b01f37f77f7e88f2bc3e0b6a1b9b1e4371120e.tar.bz2
masterfiles-f3b01f37f77f7e88f2bc3e0b6a1b9b1e4371120e.zip
Updated x11 dependencies and fixed /etc/hosts report verbosity
-rw-r--r--services/common.cf3
-rw-r--r--services/x11_desktop.cf3
2 files changed, 5 insertions, 1 deletions
diff --git a/services/common.cf b/services/common.cf
index de738a8..b4dfb2b 100644
--- a/services/common.cf
+++ b/services/common.cf
@@ -11,7 +11,8 @@ bundle agent common
classes => if_repaired("common_hosts_files_repaired");
reports:
any::
- "$(this.bundle): /etc/hosts repaired" ifvarclass => "common_hosts_files_repaired";
+ # This report is too verbose so it is muted (trigered on ip changes)
+ #"$(this.bundle): /etc/hosts repaired" ifvarclass => "common_hosts_files_repaired";
}
bundle agent home_skel(caller, user)
diff --git a/services/x11_desktop.cf b/services/x11_desktop.cf
index 44d3c2a..4dcd06b 100644
--- a/services/x11_desktop.cf
+++ b/services/x11_desktop.cf
@@ -10,6 +10,9 @@ bundle agent x11_desktop
"packages" slist => {
"i3",
"i3status",
+ "mplayer",
+ "samba-client",
+ "xdotool",
};
methods:
x11_desktop::