/etc/cfengine/debian-edu/cf.apt is in debian-edu-config 1.818+deb8u2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | editfiles:
debian::
{ /etc/apt/sources.list
HashCommentLinesStarting "deb cdrom:"
HashCommentLinesStarting "deb http://security.debian.org/ jessie/updates main"
AppendIfNoSuchLine "deb http://security.debian.org/ jessie/updates main contrib non-free"
AppendIfNoSuchLine "deb http://http.debian.net/debian jessie main contrib non-free"
}
debian.ltspserver::
# A copy of the above
{ /opt/ltsp/$(ltsp_arch)/etc/apt/sources.list
HashCommentLinesStarting "deb file:"
HashCommentLinesStarting "deb http://security.debian.org/ jessie/updates main"
AppendIfNoSuchLine "deb http://security.debian.org/ jessie/updates main contrib non-free"
AppendIfNoSuchLine "deb http://http.debian.net/debian jessie main contrib non-free"
}
shellcommands:
debian::
"/usr/sbin/debian-edu-hwsetup"
# Remove unneeded packages at the end of the installation, in case we
# removed something in the process.
shellcommands:
debian.fifthpass::
"/usr/bin/apt-get autoremove -y"
|