[debian-edu-commits] debian-edu/ 01/03: cf3/edu.cf: Add class desktopintern.
Wolfgang Schweer
schweer-guest at moszumanska.debian.org
Tue May 1 11:04:04 BST 2018
This is an automated email from the git hooks/post-receive script.
schweer-guest pushed a commit to branch master
in repository debian-edu-config.
commit c08ad7e42c9c1e6b38c92486e9be650da5eef2f0
Author: Wolfgang Schweer <wschweer at arcor.de>
Date: Mon Apr 30 21:28:06 2018 +0200
cf3/edu.cf: Add class desktopintern.
This class matches a stationary workstation with package education-desktop-other
installed.
---
cf3/edu.cf | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/cf3/edu.cf b/cf3/edu.cf
index 6ce0b96..54e62c6 100644
--- a/cf3/edu.cf
+++ b/cf3/edu.cf
@@ -32,5 +32,6 @@ bundle common edu
"squidcache" expression => fileexists("/var/spool/squid/00/00");
# Set if running inside Debian Installer; used to avoid useless LDAP setup upon main server upgrade.
"di" expression => fileexists("/etc/apt/apt.conf.d/00IgnoreTimeConflict");
+ # Set for networked workstation if the 'education-desktop-other' package is installed.
+ "desktopintern" and => { fileexists("/usr/share/doc/education-desktop-other"), fileexists("/usr/bin/ntpq") };
}
-
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/debian-edu-config.git
More information about the debian-edu-commits
mailing list