[debian-edu-commits] debian-edu/ 01/03: cf3/cf.finalize: Move shell command for networked desktops into own file.
Wolfgang Schweer
schweer-guest at moszumanska.debian.org
Wed May 16 15:02:19 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 3d612f7638bc35388703d120c86bd2de85db43fb
Author: Wolfgang Schweer <wschweer at arcor.de>
Date: Wed May 16 15:49:23 2018 +0200
cf3/cf.finalize: Move shell command for networked desktops into own file.
Add cf3/cf.desktop-networked.
---
cf3/cf.desktop-networked | 11 +++++++++++
cf3/cf.finalize | 8 --------
2 files changed, 11 insertions(+), 8 deletions(-)
diff --git a/cf3/cf.desktop-networked b/cf3/cf.desktop-networked
new file mode 100644
index 0000000..be6d52f
--- /dev/null
+++ b/cf3/cf.desktop-networked
@@ -0,0 +1,11 @@
+bundle agent desktop-networked
+{
+# Install desktop related packages, suited only for networked machines.
+
+commands:
+
+ debian.desktopintern.installation::
+
+ "/usr/bin/apt install -y jxplorer gosa-desktop krb5-auth-dialog"
+ contain => in_shell;
+}
diff --git a/cf3/cf.finalize b/cf3/cf.finalize
index 24c7c4e..16c7c27 100644
--- a/cf3/cf.finalize
+++ b/cf3/cf.finalize
@@ -39,11 +39,3 @@ commands:
"/usr/sbin/pam-auth-update --package"
contain => in_shell;
- # Install desktop related packages, suited only for networked machines.
-
- debian.desktopintern.installation::
-
- "/usr/bin/apt install -y jxplorer gosa-desktop krb5-auth-dialog"
- contain => in_shell;
-}
-
--
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