Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: cobbler | Distribution: SUSE Linux Enterprise 15 SP3 |
Version: 3.1.2 | Vendor: openSUSE |
Release: bp153.1.18 | Build date: Sat Mar 13 04:36:57 2021 |
Group: Productivity/Networking/Boot/Servers | Build host: old-atreju3 |
Size: 3331727 | Source RPM: cobbler-3.1.2-bp153.1.18.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://cobbler.github.io/ | |
Summary: Boot server configurator |
Cobbler is a network install server. Cobbler supports PXE, ISO virtualized installs, and re-installing existing Linux machines. The last two modes use a helper tool, 'koan', that integrates with cobbler. There is also a web interface 'cobbler-web'. Cobbler's advanced features include importing distributions from DVDs and rsync mirrors, kickstart templating, integrated yum mirroring, and built-in DHCP/DNS Management. Cobbler has a XMLRPC API for integration with other applications.
GPL-2.0-or-later
* Fri Nov 13 2020 Jochen Breuer <jbreuer@suse.de> - Remove redundant '.json' suffix - Added: * remove-redundant-json-suffix.diff * Tue Nov 03 2020 Jochen Breuer <jbreuer@suse.de> - Fixes usage of str.join() - Added: * fix-for-old-str.join-usage.diff * Tue Sep 22 2020 Dominik Gedon <dominik.gedon@suse.com> - Add fence-agents package as requirement - Fix position of wrong endif * Tue Sep 15 2020 Alexander Graul <alexander.graul@suse.com> - Add cobbler-tests subpackage for unit testing for openSUSE/SLE * Fri Sep 11 2020 Jochen Breuer <jbreuer@suse.de> - Adds LoadModule definitions for openSUSE/SLE - Added: * load_module_apache_suse_fix.diff * Wed Sep 09 2020 Dominik Gedon <dominik.gedon@suse.com> - Switch to new refactored auth module. - Added: * refactored_auth_module.diff * Mon Sep 07 2020 Jochen Breuer <jbreuer@suse.de> - Adding tornado dependency for cobbler tftpd again. * Mon Sep 07 2020 Jochen Breuer <jbreuer@suse.de> - cgi.parse_qs is deprecated. Using urllib instead. - Added: * cgi_parse_qs_is_deprecated.diff * Fri Sep 04 2020 Jochen Breuer <jbreuer@suse.de> - Adds requirement for python-distro * Fri Sep 04 2020 Jochen Breuer <jbreuer@suse.de> - Removes Tornado as dependency and only recommends Ldap3 * Thu May 28 2020 Thomas Renninger <trenn@suse.de> - Bring changelog in sync with Uyuni: - Fixes template engine selection(bsc#1170462) Fixed mainline by commit 33c769e99 D fix-template-engine-selection.patch - Fixes a template rendering error (bsc#1169779) Fixed mainline by commit 5e5ef6c8c D fixes-a-template-rendering-error.patch - use systemctl to restart cobblerd on logfile rotation (bsc#1169207) Mainline logrotate conf file uses already /sbin/service instead of outdated: /etc/init.d/cobblerd - Fix cobbler sync for DHCP or DNS (bsc#1169553) Fixed mainline by commit 2d6cfe42da D fix_cobbler_sync_for_dhcp_or_dns.diff - Signatures file now uses "default_autoinstall" which fixes import problem happening with some distributions (bsc#1159010) Fixed mainline by commit 33d181199f0da1da - Fix for kernel and initrd detection (bsc#1159010) Fixed mainline by commit 872f505f66c50059 * Wed May 27 2020 Enno Gotthold <egotthold@suse.com> - New: * For the distro there is now a parameter remote_boot_initrd and remote_boot_kernel () * For the profile there is now a parameter filename for DHCP. (#2280) * Signatures for ESXi 6 and 7 (#2308) * The hardlink command is now detected more dynamically and thus more error resistant (#2297) * HTTPBoot will now work in some cases out of the bug. (#2295) * Additional DNS query for a case where the wrong record was queried in the nsupdate system case (#2285) - Changes: * Enabled a lot of tests, removed some and implemented new. (#2202) * Removed not used files from the codebase. (#2302) * Exchanged mkisofs to xorrisofs. (#2296) * Removed duplicate code. (#2224) * Removed unreachable code. (#2223) * Snippet creation and deletion now works again via xmlrpc. (#2244) * Replace createrepo with createrepo_c. (#2266) * Enable Kerberos through having a case sensitive users.conf. (#2272) - Bugfixes: * General various Bugfixes (#2331, ) * Makefile usage and commands. (#2344, #2304) * Fix the dhcp template. (#2314) * Creation of the management classes and gPXE. (#2310) * Fix the scm_track module. (#2275, #2279) * Fix passing the netdevice parameter correctly to the linuxrc. (#2263) * powerstatus from cobbler now works thanks to a wrapper for ipmitool. (#2267) * In case the LDAP is used for auth, it now works with ADs. (#2274) * Fix passthru authentication. (#2271) - Other: * Add Codecov. (#2229) * Documentation updates. (#2333, #2326, #2305, #2249, #2268) * Buildprocess: * Recreation and cleanup of Grub2. (#2278) * Fix small errors for openSUSE Leap. (#2233) * Fix rpmlint errors. (#2237) * Maximum compatibility for debbuild package creation. (#2255, #2292, #2242, #2300) * Fixes related to our CI Pipeline (#2254, #2269) * Internal Code cleanup (#2273, #2270) - Breaking Changes: * Hash handling in users.digest file. (#2299) * Mon Feb 24 2020 Thomas Renninger <trenn@suse.de> - Removed not needed files in obs. This is now all mainline: D logrotate_cobbler D fix_hardcoded_libpath_for_websession.patch D fence_ipmitool.template D cobbler_management_mac.diff D AUTHORS - Added source files: A cobbler.obsinfo A cobbler-rpmlintrc D exclude_get-loaders_command.patch Spec file is mostly adopted to mainline spec file. Still it is not directly extracted from mainline tarball. First the remaining diff has to be submitted mainline. - Change group to Productivity/Networking/Boot/Servers - Disable any python_*_dependency_generator macros According to Tomas Chvatal they are much too experimental yet in OBS to be used. They have to be undefined, because of a half baken implementation in SLE 15 SP2 build env (defined but not properly implemented). At some point of time the introduced undefine python_*_dependency_generator will be conditionally removed via suse_version. * Mon Jan 13 2020 Enno Gotthold <egotthold@suse.com> - Updated to version 3.1.1. * Introduce new packaging from upstream * Changelog see below - New: * We are now having a cross-distro specfile which can be build in the OBS (#2220) - before rewritten it was improved by #2144 & #2174 * Grub Submenu for net-booting machines (#2217) * Building the Cent-OS RPMs in Docker (#2190 #2189) * Reintroduced manpage build in setup.py (#2185) * mgmt_parameters are now passed to the dhcp template (#2182) * Using the standard Pyhton3 logger instead of a custom one (#2160 #2139 #2151) * Script for converting the settings file from 3.0.0 to 3.0.1 (#2154) * Docs now inside the repo instead of cobbler.github.io and improved with sphinx (#2117) - Changes: * The default tftpboot directory is now /var/lib/tftpboot instead of previously /srv/tftpboot (#2220) * Distro signatures were adjusted where necessary (#2219 #2134) * Removed requirements.txt and placed the requirements in setup.py (#2204) * Display only entries in grub which are from the same arch (#2191 #2216) * Change the name of the cobbler manpage form cobbler-cli to cobbler back and move it to section 8 (#2188 #2186) - Bugfixes: * Incremented Version to 3.1.1 from 3.0.1 * S390 Support was cleaned up (#2207 #2178) * PowerPC Support was cleaned up (#2178) * Added a missing import while importing a distro with cobbler import (#2201) * Fixed a case where a stacktrace would be produced so pass none instead (#2203) * Rename of suse_kopts_textmode_overwrite to kops_overwrite to utils (#2143 #2200) * Fix rsync subprocess call (#2199 #2179) * Fixed an error where the template rendering did not work (#2176) * Fixed some cobbler import errors (#2172) * Wrong shebang in various scripts (#2148) * Fix some imports which fixes errors introduced by the remodularization (#2150 #2153) - Other: * Issue Templates for Github (#2187) * Tue Nov 26 2019 trenn@suse.de - Update to latest git HEAD code base This version (from mainline so for quite a while already) also includes fixes for "bsc#1149075" and bsc#1151875 These patches are mainline already: D kopts-utils-path.diff D item-repo-import-fix.diff D no-system-in-kopts-call.diff This patch is going to be submitted mainline: A cobbler_management_mac.diff - Fix up manpage creation: Do not zip manpages ourselves Thanks to namtrac. * Tue Nov 19 2019 Jochen Breuer <jbreuer@suse.de> - Fix for cobbler import and buildiso (bsc#1156574) - Added: * kopts-utils-path.diff * no-system-in-kopts-call.diff * item-repo-import-fix.diff * Fri Oct 25 2019 trenn@suse.de - Update to latest git HEAD code base (commit fbebd758) - Adjusted manpage creation (needs sphinx as BuildRequires) * Tue Oct 08 2019 trenn@suse.de - Switch to openSUSE latest_mulitarch_work for shortterm until everything is in place and submitted mainline - started to switch to Sphinx manpage generation, but comment out. SuMa people must have done this already somewhere. - Already mainline: D fix_module_renaming.diff * Wed Sep 18 2019 trenn@suse.de - Fix cobbler sync for dhcp and dns enabled due to latest module renaming patches * Tue Sep 17 2019 trenn@suse.de - Update to latest git HEAD - Fixes permission denied in apache2 context when trying to write cobbler log - Fixes a bad import in import_signature (item) - Fixes bad shebang bash path in mkgrub.sh (used in post section) * Wed Sep 11 2019 Christian Vögl <christian.voegl@suse.com> - Now track Github master branch WARNING: This release contains breaking changes for your settings file! * Notable changes: - Now using standard python logger - Updated dhcpd.template - Removed fix_shebang.patch: now in upstream. - added -s parameter to fdupes call to prevent hardlink across partititons * Tue Jul 23 2019 trenn@suse.de - Update to latest v3.0.0 cobbler release - Add previouly added patch: exclude_get-loaders_command.patch to the list of patches to apply. * Mon Jun 03 2019 trenn@suse.de - Fix log file world readable (as suggested by Matthias Gerstner) and change file attributes via attr in spec file - Do not allow get-loaders command (download of third party provided network boot loaders we do not trust) A exclude_get-loaders_command.patch - Add apache min version requires to 2.4 (due to mainline commit: 31a1aa31d26c4a096f0e0 Remove apache IfVersion tags from apache configs - Fix Tumbleweed build where python2-Cheetah3 and python3-Cheetah3 are build for a while by changing (Build- and) Requires from: Cheetah3 to python3-Cheetah3 - Setting test package group to a valid one - Fix test files to be added to test package, not only the directory - Remove general dir from file section: %{_datadir} - Fix test package requires missing Requires: python3-pytest python3-pyflakes python3-pycodestyle - Mainline fixes: 3172d1df9b9cc8 Add missing help text in redhat_management_key field c8f5490e507a72 Set default interface if cobbler system add has no - -interface= param 31a1aa31d26c4a Remove apache IfVersion tags from apache configs * Thu May 16 2019 trenn@suse.de - Updated to latest git master branch commit d43461b39073ac01a54a3f52be0b133d36cb8061 Author: Jochen Breuer <jbreuer@suse.de> Date: Fri May 10 16:41:32 2019 +0200 Remove already mainline patches: D fix-login-error.patch D remove-newline-from-token.diff D fixes-distro-none-case.diff D return-the-name-of-the-unknown-method.patch D call-with-logger-where-possible.patch D fix-http-status-code.patch D create-system-directory-at-the-correct-place.patch D remodeled-distro-detection.diff D disable_nsupdate_enabled_by_default.diff D power_system_xmlrpc_api.patch D renamed-methods-alias.patch D changes-return-to-float.diff D revert-redhat-management-removal.patch D add-docker-integration-testing.diff D refactor-unittest-to-pytest.diff D renamed-methods-alias-part2.patch D changes-detection-to-distro-like-for-suse-distributions.diff D rhn-mngmnt-key-field-fix.diff * Thu May 16 2019 Jochen Breuer <jbreuer@suse.de> - Re-enabling build for cobbler-test package. * Wed May 15 2019 trenn@suse.de - Integrated fixes that came in from mainline from other products (to calm down obs regression checker): CVE-2011-4953, fate#312397, bsc#660126, bsc#671212, bsc#672471, bsc#682665 bsc#687891, bsc#695955, bsc#722443, bsc#722445, bsc#757062, bsc#763610 bsc#783671, bsc#790545, bsc#796773, bsc#811025, bsc#812948, bsc#842699 bsc#846580, bsc#869371, bsc#884051, bsc#976826, bsc#984998 Some older bugs need bnc# references as well: bnc#660126, bnc#671212, bnc#672471, bnc#682665 bnc#687891, bnc#695955, bnc#722443, bnc#722445, bnc#757062, bnc#763610 bnc#783671, bnc#790545, bnc#796773, bnc#811025, bnc#812948, bnc#842699 bnc#846580, bnc#869371, bnc#884051 * Thu May 09 2019 Jochen Breuer <jbreuer@suse.de> - Fix for redhat_management_key not being listed as a choice during profile rename (bsc#1134588) - Added: * rhn-mngmnt-key-field-fix.diff * Tue May 07 2019 Jochen Breuer <jbreuer@suse.de> - Fixes distribution detection in setup.py for SLESo - Added: * changes-detection-to-distro-like-for-suse-distributions.diff * Tue May 07 2019 Jochen Breuer <jbreuer@suse.de> - Moving to pytest and adding Docker test integration - Added: * add-docker-integration-testing.diff * refactor-unittest-to-pytest.diff * Tue May 07 2019 Jochen Breuer <jbreuer@suse.de> - Additional compatability changes for old Koan versions. - Modified: * renamed-methods-alias-part2.patch * Tue Apr 30 2019 Jochen Breuer <jbreuer@suse.de> - Old Koan versions not only need method aliases, but also need compatible responses - Added: * renamed-methods-alias-part2.patch * Tue Apr 23 2019 Enno Gotthold <egotthold@suse.com> - Add the redhat_managment_* fields again to enable templating in SUMA. - Added: * revert-redhat-management-removal.patch * Fri Apr 05 2019 Jochen Breuer <jbreuer@suse.de> - Changes return of last_modified_time RPC to float - Added: * changes-return-to-float.diff * Thu Apr 04 2019 mantel@suse.de - provide old name aliases for all renamed methods: - get_distro_for_koan => get_distro_as_rendered - get_profile_for_koan => get_profile_as_rendered - get_system_for_koan => get_system_as_rendered - get_repo_for_koan => get_repo_as_rendered - get_image_for_koan => get_image_as_rendered - get_mgmtclass_for_koan => get_mgmtclass_as_rendered - get_package_for_koan => get_package_as_rendered - get_file_for_koan => get_file_as_rendered - Renamed: get_system_for_koan.patch => renamed-methods-alias.patch * Thu Apr 04 2019 mantel@suse.de - provide renamed method "get_system_for_koan" under old name for old clients. - Added: * get_system_for_koan.patch * Thu Mar 28 2019 Matei <malbu@suse.com> - Bring back power_system method in the XML-RPC API - Changed lanplus option to lanplus=true in fence_ipmitool.template - Added: * power_system_xmlrpc_api.patch - Changed: * fence_ipmitool.template * Wed Mar 27 2019 Jochen Breuer <jbreuer@suse.de> - Disables nsupdate_enabled by default - Added: * disable_nsupdate_enabled_by_default.diff * Wed Mar 27 2019 Jochen Breuer <jbreuer@suse.de> - Fixes issue in distribution detection with "lower" function call. - Modified: * remodeled-distro-detection.diff * Tue Mar 26 2019 Jochen Breuer <jbreuer@suse.de> - Adds imporoved distribution detection. Since now all base products get detected correctly, we no longer need the SUSE Manager patch. - Added: * remodeled-distro-detection.diff * Sun Mar 24 2019 Michael Calmer <mc@suse.com> - fix grub directory layout - Added: * create-system-directory-at-the-correct-place.patch * Sat Mar 23 2019 Michael Calmer <mc@suse.com> - fix HTTP status code of XMLRPC service - Added: * fix-http-status-code.patch * Tue Mar 19 2019 Michael Calmer <mc@suse.com> - touch /etc/genders when it not exists (bsc#1128926) - Add patches to fix logging - Added: * return-the-name-of-the-unknown-method.patch * call-with-logger-where-possible.patch * Tue Mar 19 2019 Jochen Breuer <jbreuer@suse.de> - Switching version schema from 3.0 to 3.0.0 * Tue Mar 12 2019 Jochen Breuer <jbreuer@suse.de> - Fixes case where distribution detection returns None (bsc#1130658) - Added: * fixes-distro-none-case.diff * Tue Mar 12 2019 Jochen Breuer <jbreuer@suse.de> - Removes newline from token, which caused authentication error (bsc#1128754) - Added: * remove-newline-from-token.diff * Fri Mar 08 2019 Enno Gotthold <egotthold@suse.com> - Added a patch which fixes an exception when login in with a non-root user. - Added: * fix-login-error.patch * Fri Mar 08 2019 Enno Gotthold <egotthold@suse.com> - Added a patch which fixes an exception when login in with a non-root user. - Added: * fix-login-error.patch * Fri Mar 08 2019 jgonzalez@suse.com - Remove patch merged at upstream: * 0001-return-token-as-string.patch * Fri Mar 08 2019 Michael Calmer <mc@suse.com> - change grub2-x86_64-efi dependency to Recommends * Thu Mar 07 2019 jgonzalez@suse.com - grub2-i386pc is not really required. Changed to recommended to allow building for architectures other than x86_64 * Thu Mar 07 2019 jgonzalez@suse.com - Use cdrtools starting with SLE-15 and Leap-15 again. (bnc#1081739) - Update cobbler loaders server hostname (bsc#980577) - Update outdated apache config (bsc#956264) - Replace builddate with changelog date to fix build-compare (bsc#969538) - LOCKFILE usage removed on openSUSE (bnc#714618) - Power management subsystem completely re-worked to prevent command-injection (CVE-2012-2395) - Removed patch merged at upstream: * cobblerd_needs_apache2_service_started.patch * Fri Mar 01 2019 trenn@suse.de - Checking bug fixes of released products are in latest develop pkg: - remove fix-nameserver-search.fix; bug is invalid (bsc#1029276) - > not needed anymore - fix cobbler yaboot handling (bsc#968406, bsc#966622) - > no yaboot support anymore - support UEFI boot with cobbler generated tftp tree (bsc#1020376) - > upstream - Enabling PXE grub2 support for PowerPC (bsc#986978) - > We have grub2 support for ppc64le - (bsc#1048183) fix missing args and location for xen - > is in - no koan support anymore: bsc#969541, bsc#924118, bsc#967523 - not installed (bsc#966841) works. - These still have to be looked at: SUSE system as systemd only (bsc#952844) handle list value for kernel options correctly (bsc#973413) entry in pxe menu (bsc#988889) - This still has to be switched off (at least in internal cobbler versions): Disabling 'get-loaders' command and 'check' fixed. bsc#973418 * Thu Feb 28 2019 trenn@suse.de - Add python3-requests and removed old python2 requires: Requires: python-PyYAML Requires: python-urlgrabber (originally from jbreuer@suse.de) - Add explicity require to tftp, so it is used for both SLE and openSUSE (originally from jgonzalez@suse.com) - Moved Recommends according to spec_cleaner * Mon Feb 25 2019 trenn@suse.de - Require latest apache2-mod_wsgi-python3 package This fixes interface to http://localhost/cblr/svc/... - Use latest github cobbler/cobbler master branch in _service file - cobblerd_needs_apache2_service_started.patch reverted, that is mainline now: D cobblerd_needs_apache2_service_started.patch - Only recommend grub2-arm and grub2-ppc packages or we might not be able to build on factory where arm/ppc might not be built - Remove genders package requires. A genders file is generated, but we do not need/use the genders package. * Tue Feb 19 2019 Ismail Dönmez <idonmez@suse.com> - Cleanup with spec-cleaner * Thu Feb 14 2019 trenn@suse.de - Update to latest cobbler version 3.0 mainline git HEAD version and remove already integrated or not needed anymore patches: D cobbler-symlink.diff D detect-parallel-cobbler-sync.patch D escape-shell-parameters-provided-by-user-on-reposync.patch D fix_subprocess_sp_encoding.patch D fix-os-release.patch D disable_not_relevant_checks_bnc_828453.patch D update-outdated-apache-config-bsc956264.patch D cve-2018-10931-forbid-exposure-of-private-methods-in.patch D fix-broken-tests.diff D fix-manpage-creation.patch D do_not_use_grubby_compat_when_grub2_is_in_use.diff D fix_hardcoded_libpath_for_websession.patch D looking_for_cobbler_order_changed.diff D grubby-compat.diff D fix-restart-paravirt-xen.dif D koan_old_cobbler_compat.diff D fix_shebang.patch D catch_cheetah_exception.patch D fix-script-endpoint-security-bug-1030582.patch D cobbler_web_config.diff D fix-koan-port-guessing.dif D cobblerd_needs_apache2_service_started.patch D fix-powermanagement-status.dif D check-access-token-when-calling-modify_setting-api-e.patch D fix_sle_detection.patch D fix_test_create_systems.diff D fix_subprocess_sp_encoding.patch D cobbler-2.4.2-reprovision-rhel-on-suse-bnc883487.patch * Wed Feb 06 2019 trenn@suse.de - Serial console support added, did some testing already Things should start to work as expected * Tue Jan 29 2019 trenn@suse.de - Add general grub2 support * Wed Jan 16 2019 trenn@suse.de - Put mkgrub.* into mkgrub.sh * Wed Jan 16 2019 trenn@suse.de - Add git date and commit to version string for now * Wed Jan 16 2019 trenn@suse.de - Add grub2 mkimage scripts: mkgrub.i386-pc mkgrub.powerpc-ieee1275 mkgrub.x86_64-efi mkgrub.arm64-efi and generate grub executables with them in the %post section * Fri Jan 11 2019 trenn@suse.de * * Backported fixes from SLE12 SP3 - build server wants explicite package in BuildRequires; use tftp - require tftp(server) instead of atftp - cleanup: cobbler is noarch, so arch specific requires do not make sense - SLES15 is using /etc/os-release instead of /etc/SuSE-release, use this one for checking also - Add: * sles15.patch - add sles15 distro profile (bsc#1090205) - Add: * add-sles15-distro.patch - fix signature for SLES15 (bsc#1075014) - Updated: * add-sles15-distro.patch - fix signature for SLES15 (bsc#1075014) - Updated: * add-sles15-distro.patch Missing fixes ============= This SLE fixes are missing. The reason for this is that koan got split out into a separate package, these changes (changelog entries) therefore are not relevant for this package anymore: Koan specific: - fix koan wait parameter initialization Added: * fix-wait.patch - Fix koan shebang - Add: * fix-usr-bin-env-bash-koan.diff But these patches still have to be double checked and probably applied to current cobbler sources. The patches are still added in the package, but do not get patched. If this work has been done, these changelog entries should show up in the * * Backported fixes from SLE12 SP3 section above to please maintenance and "factory first" release checking tools: cobbler specific (still have to be done): - Escape shell parameters provided by the user for the reposync action (CVE-2017-1000469) (bsc#1074594) - Added: * escape-shell-parameters-provided-by-user-on-reposync.patch - detect if there is already another instance of "cobbler sync" running and exit with failure if so (bsc#1081714) - Add: * detect-parallel-cobbler-sync.patch - do not try to hardlink to a symlink. The result will be a dangling symlink in the general case (bsc#1097733) - Added: * cobbler-symlink.diff - fix kernel options when generating bootiso (bsc#1101670) - Added: * cobbler-buildiso-list-to-string.patch - Refreshed: * cobbler-symlink.diff - fix service restart after logrotate for cobblerd (bsc#1113747) - rotate cobbler logs at higher frequency to prevent disk fillup (bsc#1113747) * Fri Aug 10 2018 pablo.suarezhernandez@suse.com - Forbid exposure of private methods in the API (CVE-2018-10931) (CVE-2018-1000225) (bsc#1104287) (bsc#1104189) (bsc#1105442) - Check access token when calling 'modify_setting' API endpoint (bsc#1104190) (bsc#1105440) (CVE-2018-1000226) - Added: * check-access-token-when-calling-modify_setting-api-e.patch * cve-2018-10931-forbid-exposure-of-private-methods-in.patch * Thu Apr 26 2018 pablo.suarezhernandez@suse.com - Escape shell parameters provided by the user for the reposync action (CVE-2017-1000469) (bsc#1074594) - Added: * escape-shell-parameters-provided-by-user-on-reposync.patch * Mon Mar 05 2018 adam.majer@suse.de - Use cdrtools starting with SLE-15 and Leap-15 again. (bnc#1081739) * Mon Nov 27 2017 pablo.suarezhernandez@suse.com - Cleanup of the spec file. * Mon Nov 27 2017 jloeser@suse.com - fix creation of manpages: option '--release ""' resulted in empty man pages - added patch: * fix-manpage-creation.patch * Wed Nov 08 2017 aavindraa@gmail.com - Update to latest stable version of cobbler (2.8.2) * many changes since 2.6.6. see: https://cobbler.github.io/posts/ - rebase patches * koan_old_cobbler_compat.diff * disable_not_relevant_checks_bnc_828453.patch * update-outdated-apache-config-bsc956264.patch + potentionally fixed in 3d4db162c7b7c0fe7de00c30fcb81798b7db5039 - remove fix-cobbler-loaders-server-bsc980577.patch * fixed in 77328c0b05d37878f13704efa31e4daa162fda12 - remove vendor-files.tar.bz2 * use built in manpage instead of vendored one * add cobbler_firewall_settings to package root - use py macros to do installation * Thu Oct 05 2017 mihai.dinca@suse.com - fix script endpoint security bug CVE-2016-9605 (bsc#1030582) Add: * fix-script-endpoint-security-bug-1030582.patch * Wed Oct 04 2017 mihai.dinca@suse.com - fix setup.py to identify SUSE OS correctly bsc#1046679 Added: * fix-os-release.patch * Fri Jul 28 2017 trenn@suse.de - Recommend fence-agents for broader power switch support * Wed May 18 2016 pablo.suarezhernandez@suse.com - Update cobbler loaders server hostname bsc#980577 Added: * fix-cobbler-loaders-server-bsc980577.patch * Tue May 03 2016 mdinca@suse.de - Update outdated apache config bsc#956264 * update-outdated-apache-config-bsc956264.patch * Wed Mar 09 2016 bwiedemann@suse.com - Replace builddate with changelog date to fix build-compare (bsc#969538) * Thu Jan 15 2015 fcastelli@suse.com - Added 'fix_test_create_systems.diff': fixes the "create_systens" unit test * Tue Jan 13 2015 fcastelli@suse.com - Fix runtime dependency: ensure the yaml module is available. * Tue Jan 13 2015 fcastelli@suse.com - Install the right cobblerd.service file * Mon Jan 12 2015 fcastelli@suse.com - Do not ship cobbler_web.conf inside of the cobbler package, get rid of part of our patches to setup.py, * Fri Dec 19 2014 fcastelli@suse.com - Added new patch required to fix the broken unit tests: * fix-broken-tests.diff * Thu Dec 18 2014 fcastelli@suse.com - Removed another no longer needed patch: * fix-textmode-for-SUSE.dif * Thu Dec 18 2014 fcastelli@suse.com - Update to latest stable version of cobbler (2.6.6) - Removed no longer needed patches * bnc_877009.patch * cobbler-2.4.2-Fix-koan-s-get_insert_script.patch * fix-broken-tests.diff * fix-initscript.diff * suse_config.diff - Fixed old patches to apply against the new code: * catch_cheetah_exception.patch * grubby-compat.diff * setup_py.diff * Mon Dec 15 2014 fcastelli@suse.com - Fix the broken unit tests * Thu Dec 11 2014 mseidl@suse.de - Created sub package for unit tests * Tue Dec 09 2014 mc@suse.de - use fdupes only on SUSE * Mon Dec 08 2014 dmacvicar@suse.de - Fix for re-installation of machines on SLE with static network configuration (bnc#883487) - Added patches: * cobbler-2.4.2-Fix-koan-s-get_insert_script.patch * cobbler-2.4.2-reprovision-rhel-on-suse-bnc883487.patch * Thu Nov 27 2014 mc@suse.de - fix port guessing in koan (bsc#855389) * fix-koan-port-guessing.dif - add "copy-default" option to grubby-compat (bsc#855389) - handle elilo in SUSE (bsc#855389) * Wed Nov 26 2014 mc@suse.de - fix wrong option "text" in SUSE environment (bsc#901058) * fix-textmode-for-SUSE.dif
/etc/apache2/conf.d/cobbler.conf /etc/cobbler /etc/cobbler/auth.conf /etc/cobbler/boot_loader_conf /etc/cobbler/boot_loader_conf/bootcfg_esxi5.template /etc/cobbler/boot_loader_conf/bootcfg_esxi51.template /etc/cobbler/boot_loader_conf/bootcfg_esxi55.template /etc/cobbler/boot_loader_conf/bootcfg_esxi60.template /etc/cobbler/boot_loader_conf/bootcfg_esxi65.template /etc/cobbler/boot_loader_conf/bootcfg_esxi67.template /etc/cobbler/boot_loader_conf/gpxe_system_esxi5.template /etc/cobbler/boot_loader_conf/gpxe_system_esxi6.template /etc/cobbler/boot_loader_conf/gpxe_system_freebsd.template /etc/cobbler/boot_loader_conf/gpxe_system_linux.template /etc/cobbler/boot_loader_conf/gpxe_system_local.template /etc/cobbler/boot_loader_conf/gpxe_system_windows.template /etc/cobbler/boot_loader_conf/grublocal.template /etc/cobbler/boot_loader_conf/grubprofile.template /etc/cobbler/boot_loader_conf/grubsystem.template /etc/cobbler/boot_loader_conf/pxedefault.template /etc/cobbler/boot_loader_conf/pxelocal.template /etc/cobbler/boot_loader_conf/pxelocal_ia64.template /etc/cobbler/boot_loader_conf/pxeprofile.template /etc/cobbler/boot_loader_conf/pxeprofile_arm.template /etc/cobbler/boot_loader_conf/pxeprofile_esxi.template /etc/cobbler/boot_loader_conf/pxesystem.template /etc/cobbler/boot_loader_conf/pxesystem_arm.template /etc/cobbler/boot_loader_conf/pxesystem_esxi.template /etc/cobbler/boot_loader_conf/pxesystem_ia64.template /etc/cobbler/boot_loader_conf/pxesystem_ppc.template /etc/cobbler/boot_loader_conf/yaboot_ppc.template /etc/cobbler/cheetah_macros /etc/cobbler/dhcp.template /etc/cobbler/dnsmasq.template /etc/cobbler/genders.template /etc/cobbler/import_rsync_whitelist /etc/cobbler/iso /etc/cobbler/iso/buildiso.template /etc/cobbler/logging_config.conf /etc/cobbler/modules.conf /etc/cobbler/mongodb.conf /etc/cobbler/named.template /etc/cobbler/ndjbdns.template /etc/cobbler/reporting /etc/cobbler/reporting/build_report_email.template /etc/cobbler/rsync.exclude /etc/cobbler/rsync.template /etc/cobbler/secondary.template /etc/cobbler/settings /etc/cobbler/settings.d /etc/cobbler/settings.d/bind_manage_ipmi.settings /etc/cobbler/settings.d/manage_genders.settings /etc/cobbler/settings.d/nsupdate.settings /etc/cobbler/users.conf /etc/cobbler/users.digest /etc/cobbler/version /etc/cobbler/zone.template /etc/cobbler/zone_templates /etc/cobbler/zone_templates/foo.example.com /etc/logrotate.d/cobblerd /srv/tftpboot/boot /srv/tftpboot/etc /srv/tftpboot/grub /srv/tftpboot/images /srv/tftpboot/images2 /srv/tftpboot/ppc /srv/tftpboot/pxelinux.cfg /srv/tftpboot/s390x /srv/www/cobbler /srv/www/cobbler/distro_mirror /srv/www/cobbler/distro_mirror/config /srv/www/cobbler/images /srv/www/cobbler/links /srv/www/cobbler/localmirror /srv/www/cobbler/misc /srv/www/cobbler/misc/anamon /srv/www/cobbler/misc/anamon.init /srv/www/cobbler/pub /srv/www/cobbler/rendered /srv/www/cobbler/repo_mirror /srv/www/cobbler/svc /srv/www/cobbler/svc/services.py /usr/bin/cobbler /usr/bin/cobbler-ext-nodes /usr/bin/cobblerd /usr/lib/python3.6/site-packages/cobbler /usr/lib/python3.6/site-packages/cobbler-3.1.2-py3.6.egg-info /usr/lib/python3.6/site-packages/cobbler-3.1.2-py3.6.egg-info/PKG-INFO /usr/lib/python3.6/site-packages/cobbler-3.1.2-py3.6.egg-info/SOURCES.txt /usr/lib/python3.6/site-packages/cobbler-3.1.2-py3.6.egg-info/dependency_links.txt /usr/lib/python3.6/site-packages/cobbler-3.1.2-py3.6.egg-info/requires.txt /usr/lib/python3.6/site-packages/cobbler-3.1.2-py3.6.egg-info/top_level.txt /usr/lib/python3.6/site-packages/cobbler/__init__.py /usr/lib/python3.6/site-packages/cobbler/__pycache__ /usr/lib/python3.6/site-packages/cobbler/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/cobbler/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/cobbler/__pycache__/api.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/cobbler/__pycache__/api.cpython-36.pyc /usr/lib/python3.6/site-packages/cobbler/__pycache__/autoinstall_manager.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/cobbler/__pycache__/autoinstall_manager.cpython-36.pyc /usr/lib/python3.6/site-packages/cobbler/__pycache__/autoinstallgen.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/cobbler/__pycache__/autoinstallgen.cpython-36.pyc /usr/lib/python3.6/site-packages/cobbler/__pycache__/cexceptions.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/cobbler/__pycache__/cexceptions.cpython-36.pyc /usr/lib/python3.6/site-packages/cobbler/__pycache__/cli.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/cobbler/__pycache__/cli.cpython-36.pyc /usr/lib/python3.6/site-packages/cobbler/__pycache__/clogger.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/cobbler/__pycache__/clogger.cpython-36.pyc /usr/lib/python3.6/site-packages/cobbler/__pycache__/cobblerd.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/cobbler/__pycache__/cobblerd.cpython-36.pyc /usr/lib/python3.6/site-packages/cobbler/__pycache__/configgen.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/cobbler/__pycache__/configgen.cpython-36.pyc /usr/lib/python3.6/site-packages/cobbler/__pycache__/download_manager.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/cobbler/__pycache__/download_manager.cpython-36.pyc /usr/lib/python3.6/site-packages/cobbler/__pycache__/field_info.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/cobbler/__pycache__/field_info.cpython-36.pyc /usr/lib/python3.6/site-packages/cobbler/__pycache__/grub.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/cobbler/__pycache__/grub.cpython-36.pyc /usr/lib/python3.6/site-packages/cobbler/__pycache__/module_loader.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/cobbler/__pycache__/module_loader.cpython-36.pyc /usr/lib/python3.6/site-packages/cobbler/__pycache__/power_manager.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/cobbler/__pycache__/power_manager.cpython-36.pyc /usr/lib/python3.6/site-packages/cobbler/__pycache__/remote.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/cobbler/__pycache__/remote.cpython-36.pyc /usr/lib/python3.6/site-packages/cobbler/__pycache__/resource.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/cobbler/__pycache__/resource.cpython-36.pyc /usr/lib/python3.6/site-packages/cobbler/__pycache__/serializer.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/cobbler/__pycache__/serializer.cpython-36.pyc /usr/lib/python3.6/site-packages/cobbler/__pycache__/services.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/cobbler/__pycache__/services.cpython-36.pyc /usr/lib/python3.6/site-packages/cobbler/__pycache__/settings.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/cobbler/__pycache__/settings.cpython-36.pyc /usr/lib/python3.6/site-packages/cobbler/__pycache__/templar.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/cobbler/__pycache__/templar.cpython-36.pyc /usr/lib/python3.6/site-packages/cobbler/__pycache__/template_api.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/cobbler/__pycache__/template_api.cpython-36.pyc /usr/lib/python3.6/site-packages/cobbler/__pycache__/tftpgen.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/cobbler/__pycache__/tftpgen.cpython-36.pyc /usr/lib/python3.6/site-packages/cobbler/__pycache__/utils.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/cobbler/__pycache__/utils.cpython-36.pyc /usr/lib/python3.6/site-packages/cobbler/__pycache__/validate.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/cobbler/__pycache__/validate.cpython-36.pyc /usr/lib/python3.6/site-packages/cobbler/__pycache__/yumgen.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/cobbler/__pycache__/yumgen.cpython-36.pyc /usr/lib/python3.6/site-packages/cobbler/actions /usr/lib/python3.6/site-packages/cobbler/actions/__init__.py /usr/lib/python3.6/site-packages/cobbler/actions/__pycache__ /usr/lib/python3.6/site-packages/cobbler/actions/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/cobbler/actions/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/cobbler/actions/__pycache__/acl.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/cobbler/actions/__pycache__/acl.cpython-36.pyc /usr/lib/python3.6/site-packages/cobbler/actions/__pycache__/buildiso.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/cobbler/actions/__pycache__/buildiso.cpython-36.pyc /usr/lib/python3.6/site-packages/cobbler/actions/__pycache__/check.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/cobbler/actions/__pycache__/check.cpython-36.pyc /usr/lib/python3.6/site-packages/cobbler/actions/__pycache__/dlcontent.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/cobbler/actions/__pycache__/dlcontent.cpython-36.pyc /usr/lib/python3.6/site-packages/cobbler/actions/__pycache__/hardlink.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/cobbler/actions/__pycache__/hardlink.cpython-36.pyc /usr/lib/python3.6/site-packages/cobbler/actions/__pycache__/litesync.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/cobbler/actions/__pycache__/litesync.cpython-36.pyc /usr/lib/python3.6/site-packages/cobbler/actions/__pycache__/log.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/cobbler/actions/__pycache__/log.cpython-36.pyc /usr/lib/python3.6/site-packages/cobbler/actions/__pycache__/replicate.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/cobbler/actions/__pycache__/replicate.cpython-36.pyc /usr/lib/python3.6/site-packages/cobbler/actions/__pycache__/report.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/cobbler/actions/__pycache__/report.cpython-36.pyc /usr/lib/python3.6/site-packages/cobbler/actions/__pycache__/reposync.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/cobbler/actions/__pycache__/reposync.cpython-36.pyc /usr/lib/python3.6/site-packages/cobbler/actions/__pycache__/status.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/cobbler/actions/__pycache__/status.cpython-36.pyc /usr/lib/python3.6/site-packages/cobbler/actions/__pycache__/sync.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/cobbler/actions/__pycache__/sync.cpython-36.pyc /usr/lib/python3.6/site-packages/cobbler/actions/acl.py /usr/lib/python3.6/site-packages/cobbler/actions/buildiso.py /usr/lib/python3.6/site-packages/cobbler/actions/check.py /usr/lib/python3.6/site-packages/cobbler/actions/dlcontent.py /usr/lib/python3.6/site-packages/cobbler/actions/hardlink.py /usr/lib/python3.6/site-packages/cobbler/actions/litesync.py /usr/lib/python3.6/site-packages/cobbler/actions/log.py /usr/lib/python3.6/site-packages/cobbler/actions/replicate.py /usr/lib/python3.6/site-packages/cobbler/actions/report.py /usr/lib/python3.6/site-packages/cobbler/actions/reposync.py /usr/lib/python3.6/site-packages/cobbler/actions/status.py /usr/lib/python3.6/site-packages/cobbler/actions/sync.py /usr/lib/python3.6/site-packages/cobbler/api.py /usr/lib/python3.6/site-packages/cobbler/autoinstall_manager.py /usr/lib/python3.6/site-packages/cobbler/autoinstallgen.py /usr/lib/python3.6/site-packages/cobbler/cexceptions.py /usr/lib/python3.6/site-packages/cobbler/cli.py /usr/lib/python3.6/site-packages/cobbler/clogger.py /usr/lib/python3.6/site-packages/cobbler/cobbler_collections /usr/lib/python3.6/site-packages/cobbler/cobbler_collections/__init__.py /usr/lib/python3.6/site-packages/cobbler/cobbler_collections/__pycache__ /usr/lib/python3.6/site-packages/cobbler/cobbler_collections/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/cobbler/cobbler_collections/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/cobbler/cobbler_collections/__pycache__/collection.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/cobbler/cobbler_collections/__pycache__/collection.cpython-36.pyc /usr/lib/python3.6/site-packages/cobbler/cobbler_collections/__pycache__/distros.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/cobbler/cobbler_collections/__pycache__/distros.cpython-36.pyc /usr/lib/python3.6/site-packages/cobbler/cobbler_collections/__pycache__/files.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/cobbler/cobbler_collections/__pycache__/files.cpython-36.pyc /usr/lib/python3.6/site-packages/cobbler/cobbler_collections/__pycache__/images.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/cobbler/cobbler_collections/__pycache__/images.cpython-36.pyc /usr/lib/python3.6/site-packages/cobbler/cobbler_collections/__pycache__/manager.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/cobbler/cobbler_collections/__pycache__/manager.cpython-36.pyc /usr/lib/python3.6/site-packages/cobbler/cobbler_collections/__pycache__/mgmtclasses.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/cobbler/cobbler_collections/__pycache__/mgmtclasses.cpython-36.pyc /usr/lib/python3.6/site-packages/cobbler/cobbler_collections/__pycache__/packages.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/cobbler/cobbler_collections/__pycache__/packages.cpython-36.pyc /usr/lib/python3.6/site-packages/cobbler/cobbler_collections/__pycache__/profiles.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/cobbler/cobbler_collections/__pycache__/profiles.cpython-36.pyc /usr/lib/python3.6/site-packages/cobbler/cobbler_collections/__pycache__/repos.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/cobbler/cobbler_collections/__pycache__/repos.cpython-36.pyc /usr/lib/python3.6/site-packages/cobbler/cobbler_collections/__pycache__/systems.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/cobbler/cobbler_collections/__pycache__/systems.cpython-36.pyc /usr/lib/python3.6/site-packages/cobbler/cobbler_collections/collection.py /usr/lib/python3.6/site-packages/cobbler/cobbler_collections/distros.py /usr/lib/python3.6/site-packages/cobbler/cobbler_collections/files.py /usr/lib/python3.6/site-packages/cobbler/cobbler_collections/images.py /usr/lib/python3.6/site-packages/cobbler/cobbler_collections/manager.py /usr/lib/python3.6/site-packages/cobbler/cobbler_collections/mgmtclasses.py /usr/lib/python3.6/site-packages/cobbler/cobbler_collections/packages.py /usr/lib/python3.6/site-packages/cobbler/cobbler_collections/profiles.py /usr/lib/python3.6/site-packages/cobbler/cobbler_collections/repos.py /usr/lib/python3.6/site-packages/cobbler/cobbler_collections/systems.py /usr/lib/python3.6/site-packages/cobbler/cobblerd.py /usr/lib/python3.6/site-packages/cobbler/configgen.py /usr/lib/python3.6/site-packages/cobbler/download_manager.py /usr/lib/python3.6/site-packages/cobbler/field_info.py /usr/lib/python3.6/site-packages/cobbler/grub.py /usr/lib/python3.6/site-packages/cobbler/items /usr/lib/python3.6/site-packages/cobbler/items/__init__.py /usr/lib/python3.6/site-packages/cobbler/items/__pycache__ /usr/lib/python3.6/site-packages/cobbler/items/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/cobbler/items/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/cobbler/items/__pycache__/distro.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/cobbler/items/__pycache__/distro.cpython-36.pyc /usr/lib/python3.6/site-packages/cobbler/items/__pycache__/file.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/cobbler/items/__pycache__/file.cpython-36.pyc /usr/lib/python3.6/site-packages/cobbler/items/__pycache__/image.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/cobbler/items/__pycache__/image.cpython-36.pyc /usr/lib/python3.6/site-packages/cobbler/items/__pycache__/item.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/cobbler/items/__pycache__/item.cpython-36.pyc /usr/lib/python3.6/site-packages/cobbler/items/__pycache__/mgmtclass.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/cobbler/items/__pycache__/mgmtclass.cpython-36.pyc /usr/lib/python3.6/site-packages/cobbler/items/__pycache__/package.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/cobbler/items/__pycache__/package.cpython-36.pyc /usr/lib/python3.6/site-packages/cobbler/items/__pycache__/profile.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/cobbler/items/__pycache__/profile.cpython-36.pyc /usr/lib/python3.6/site-packages/cobbler/items/__pycache__/repo.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/cobbler/items/__pycache__/repo.cpython-36.pyc /usr/lib/python3.6/site-packages/cobbler/items/__pycache__/system.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/cobbler/items/__pycache__/system.cpython-36.pyc /usr/lib/python3.6/site-packages/cobbler/items/distro.py /usr/lib/python3.6/site-packages/cobbler/items/file.py /usr/lib/python3.6/site-packages/cobbler/items/image.py /usr/lib/python3.6/site-packages/cobbler/items/item.py /usr/lib/python3.6/site-packages/cobbler/items/mgmtclass.py /usr/lib/python3.6/site-packages/cobbler/items/package.py /usr/lib/python3.6/site-packages/cobbler/items/profile.py /usr/lib/python3.6/site-packages/cobbler/items/repo.py /usr/lib/python3.6/site-packages/cobbler/items/system.py /usr/lib/python3.6/site-packages/cobbler/module_loader.py /usr/lib/python3.6/site-packages/cobbler/modules /usr/lib/python3.6/site-packages/cobbler/modules/__init__.py /usr/lib/python3.6/site-packages/cobbler/modules/__pycache__ /usr/lib/python3.6/site-packages/cobbler/modules/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/cobbler/modules/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/cobbler/modules/__pycache__/nsupdate_add_system_post.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/cobbler/modules/__pycache__/nsupdate_add_system_post.cpython-36.pyc /usr/lib/python3.6/site-packages/cobbler/modules/__pycache__/nsupdate_delete_system_pre.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/cobbler/modules/__pycache__/nsupdate_delete_system_pre.cpython-36.pyc /usr/lib/python3.6/site-packages/cobbler/modules/__pycache__/scm_track.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/cobbler/modules/__pycache__/scm_track.cpython-36.pyc /usr/lib/python3.6/site-packages/cobbler/modules/__pycache__/sync_post_restart_services.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/cobbler/modules/__pycache__/sync_post_restart_services.cpython-36.pyc /usr/lib/python3.6/site-packages/cobbler/modules/authentication /usr/lib/python3.6/site-packages/cobbler/modules/authentication/__init__.py /usr/lib/python3.6/site-packages/cobbler/modules/authentication/__pycache__ /usr/lib/python3.6/site-packages/cobbler/modules/authentication/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/cobbler/modules/authentication/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/cobbler/modules/authentication/__pycache__/configfile.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/cobbler/modules/authentication/__pycache__/configfile.cpython-36.pyc /usr/lib/python3.6/site-packages/cobbler/modules/authentication/__pycache__/denyall.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/cobbler/modules/authentication/__pycache__/denyall.cpython-36.pyc /usr/lib/python3.6/site-packages/cobbler/modules/authentication/__pycache__/ldap.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/cobbler/modules/authentication/__pycache__/ldap.cpython-36.pyc /usr/lib/python3.6/site-packages/cobbler/modules/authentication/__pycache__/pam.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/cobbler/modules/authentication/__pycache__/pam.cpython-36.pyc /usr/lib/python3.6/site-packages/cobbler/modules/authentication/__pycache__/passthru.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/cobbler/modules/authentication/__pycache__/passthru.cpython-36.pyc /usr/lib/python3.6/site-packages/cobbler/modules/authentication/__pycache__/spacewalk.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/cobbler/modules/authentication/__pycache__/spacewalk.cpython-36.pyc /usr/lib/python3.6/site-packages/cobbler/modules/authentication/__pycache__/testing.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/cobbler/modules/authentication/__pycache__/testing.cpython-36.pyc /usr/lib/python3.6/site-packages/cobbler/modules/authentication/configfile.py /usr/lib/python3.6/site-packages/cobbler/modules/authentication/denyall.py /usr/lib/python3.6/site-packages/cobbler/modules/authentication/ldap.py /usr/lib/python3.6/site-packages/cobbler/modules/authentication/pam.py /usr/lib/python3.6/site-packages/cobbler/modules/authentication/passthru.py /usr/lib/python3.6/site-packages/cobbler/modules/authentication/spacewalk.py /usr/lib/python3.6/site-packages/cobbler/modules/authentication/testing.py /usr/lib/python3.6/site-packages/cobbler/modules/authorization /usr/lib/python3.6/site-packages/cobbler/modules/authorization/__init__.py /usr/lib/python3.6/site-packages/cobbler/modules/authorization/__pycache__ /usr/lib/python3.6/site-packages/cobbler/modules/authorization/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/cobbler/modules/authorization/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/cobbler/modules/authorization/__pycache__/allowall.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/cobbler/modules/authorization/__pycache__/allowall.cpython-36.pyc /usr/lib/python3.6/site-packages/cobbler/modules/authorization/__pycache__/configfile.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/cobbler/modules/authorization/__pycache__/configfile.cpython-36.pyc /usr/lib/python3.6/site-packages/cobbler/modules/authorization/__pycache__/ownership.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/cobbler/modules/authorization/__pycache__/ownership.cpython-36.pyc /usr/lib/python3.6/site-packages/cobbler/modules/authorization/allowall.py /usr/lib/python3.6/site-packages/cobbler/modules/authorization/configfile.py /usr/lib/python3.6/site-packages/cobbler/modules/authorization/ownership.py /usr/lib/python3.6/site-packages/cobbler/modules/installation /usr/lib/python3.6/site-packages/cobbler/modules/installation/__init__.py /usr/lib/python3.6/site-packages/cobbler/modules/installation/__pycache__ /usr/lib/python3.6/site-packages/cobbler/modules/installation/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/cobbler/modules/installation/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/cobbler/modules/installation/__pycache__/post_log.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/cobbler/modules/installation/__pycache__/post_log.cpython-36.pyc /usr/lib/python3.6/site-packages/cobbler/modules/installation/__pycache__/post_power.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/cobbler/modules/installation/__pycache__/post_power.cpython-36.pyc /usr/lib/python3.6/site-packages/cobbler/modules/installation/__pycache__/post_puppet.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/cobbler/modules/installation/__pycache__/post_puppet.cpython-36.pyc /usr/lib/python3.6/site-packages/cobbler/modules/installation/__pycache__/post_report.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/cobbler/modules/installation/__pycache__/post_report.cpython-36.pyc /usr/lib/python3.6/site-packages/cobbler/modules/installation/__pycache__/pre_clear_anamon_logs.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/cobbler/modules/installation/__pycache__/pre_clear_anamon_logs.cpython-36.pyc /usr/lib/python3.6/site-packages/cobbler/modules/installation/__pycache__/pre_log.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/cobbler/modules/installation/__pycache__/pre_log.cpython-36.pyc /usr/lib/python3.6/site-packages/cobbler/modules/installation/__pycache__/pre_puppet.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/cobbler/modules/installation/__pycache__/pre_puppet.cpython-36.pyc /usr/lib/python3.6/site-packages/cobbler/modules/installation/post_log.py /usr/lib/python3.6/site-packages/cobbler/modules/installation/post_power.py /usr/lib/python3.6/site-packages/cobbler/modules/installation/post_puppet.py /usr/lib/python3.6/site-packages/cobbler/modules/installation/post_report.py /usr/lib/python3.6/site-packages/cobbler/modules/installation/pre_clear_anamon_logs.py /usr/lib/python3.6/site-packages/cobbler/modules/installation/pre_log.py /usr/lib/python3.6/site-packages/cobbler/modules/installation/pre_puppet.py /usr/lib/python3.6/site-packages/cobbler/modules/managers /usr/lib/python3.6/site-packages/cobbler/modules/managers/__init__.py /usr/lib/python3.6/site-packages/cobbler/modules/managers/__pycache__ /usr/lib/python3.6/site-packages/cobbler/modules/managers/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/cobbler/modules/managers/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/cobbler/modules/managers/__pycache__/bind.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/cobbler/modules/managers/__pycache__/bind.cpython-36.pyc /usr/lib/python3.6/site-packages/cobbler/modules/managers/__pycache__/dnsmasq.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/cobbler/modules/managers/__pycache__/dnsmasq.cpython-36.pyc /usr/lib/python3.6/site-packages/cobbler/modules/managers/__pycache__/genders.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/cobbler/modules/managers/__pycache__/genders.cpython-36.pyc /usr/lib/python3.6/site-packages/cobbler/modules/managers/__pycache__/import_signatures.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/cobbler/modules/managers/__pycache__/import_signatures.cpython-36.pyc /usr/lib/python3.6/site-packages/cobbler/modules/managers/__pycache__/in_tftpd.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/cobbler/modules/managers/__pycache__/in_tftpd.cpython-36.pyc /usr/lib/python3.6/site-packages/cobbler/modules/managers/__pycache__/isc.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/cobbler/modules/managers/__pycache__/isc.cpython-36.pyc /usr/lib/python3.6/site-packages/cobbler/modules/managers/__pycache__/ndjbdns.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/cobbler/modules/managers/__pycache__/ndjbdns.cpython-36.pyc /usr/lib/python3.6/site-packages/cobbler/modules/managers/__pycache__/tftpd_py.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/cobbler/modules/managers/__pycache__/tftpd_py.cpython-36.pyc /usr/lib/python3.6/site-packages/cobbler/modules/managers/bind.py /usr/lib/python3.6/site-packages/cobbler/modules/managers/dnsmasq.py /usr/lib/python3.6/site-packages/cobbler/modules/managers/genders.py /usr/lib/python3.6/site-packages/cobbler/modules/managers/import_signatures.py /usr/lib/python3.6/site-packages/cobbler/modules/managers/in_tftpd.py /usr/lib/python3.6/site-packages/cobbler/modules/managers/isc.py /usr/lib/python3.6/site-packages/cobbler/modules/managers/ndjbdns.py /usr/lib/python3.6/site-packages/cobbler/modules/managers/tftpd_py.py /usr/lib/python3.6/site-packages/cobbler/modules/nsupdate_add_system_post.py /usr/lib/python3.6/site-packages/cobbler/modules/nsupdate_delete_system_pre.py /usr/lib/python3.6/site-packages/cobbler/modules/scm_track.py /usr/lib/python3.6/site-packages/cobbler/modules/serializers /usr/lib/python3.6/site-packages/cobbler/modules/serializers/__init__.py /usr/lib/python3.6/site-packages/cobbler/modules/serializers/__pycache__ /usr/lib/python3.6/site-packages/cobbler/modules/serializers/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/cobbler/modules/serializers/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/cobbler/modules/serializers/__pycache__/file.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/cobbler/modules/serializers/__pycache__/file.cpython-36.pyc /usr/lib/python3.6/site-packages/cobbler/modules/serializers/__pycache__/mongodb.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/cobbler/modules/serializers/__pycache__/mongodb.cpython-36.pyc /usr/lib/python3.6/site-packages/cobbler/modules/serializers/file.py /usr/lib/python3.6/site-packages/cobbler/modules/serializers/mongodb.py /usr/lib/python3.6/site-packages/cobbler/modules/sync_post_restart_services.py /usr/lib/python3.6/site-packages/cobbler/power_manager.py /usr/lib/python3.6/site-packages/cobbler/remote.py /usr/lib/python3.6/site-packages/cobbler/resource.py /usr/lib/python3.6/site-packages/cobbler/serializer.py /usr/lib/python3.6/site-packages/cobbler/services.py /usr/lib/python3.6/site-packages/cobbler/settings.py /usr/lib/python3.6/site-packages/cobbler/templar.py /usr/lib/python3.6/site-packages/cobbler/template_api.py /usr/lib/python3.6/site-packages/cobbler/tftpgen.py /usr/lib/python3.6/site-packages/cobbler/utils.py /usr/lib/python3.6/site-packages/cobbler/validate.py /usr/lib/python3.6/site-packages/cobbler/web /usr/lib/python3.6/site-packages/cobbler/web/__init__.py /usr/lib/python3.6/site-packages/cobbler/web/__pycache__ /usr/lib/python3.6/site-packages/cobbler/web/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/cobbler/web/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/cobbler/web/__pycache__/field_ui_info.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/cobbler/web/__pycache__/field_ui_info.cpython-36.pyc /usr/lib/python3.6/site-packages/cobbler/web/__pycache__/manage.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/cobbler/web/__pycache__/manage.cpython-36.pyc /usr/lib/python3.6/site-packages/cobbler/web/__pycache__/settings.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/cobbler/web/__pycache__/settings.cpython-36.pyc /usr/lib/python3.6/site-packages/cobbler/web/__pycache__/urls.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/cobbler/web/__pycache__/urls.cpython-36.pyc /usr/lib/python3.6/site-packages/cobbler/web/__pycache__/views.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/cobbler/web/__pycache__/views.cpython-36.pyc /usr/lib/python3.6/site-packages/cobbler/web/field_ui_info.py /usr/lib/python3.6/site-packages/cobbler/web/manage.py /usr/lib/python3.6/site-packages/cobbler/web/settings.py /usr/lib/python3.6/site-packages/cobbler/web/templatetags /usr/lib/python3.6/site-packages/cobbler/web/templatetags/__init__.py /usr/lib/python3.6/site-packages/cobbler/web/templatetags/__pycache__ /usr/lib/python3.6/site-packages/cobbler/web/templatetags/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/cobbler/web/templatetags/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/cobbler/web/templatetags/__pycache__/site.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/cobbler/web/templatetags/__pycache__/site.cpython-36.pyc /usr/lib/python3.6/site-packages/cobbler/web/templatetags/site.py /usr/lib/python3.6/site-packages/cobbler/web/urls.py /usr/lib/python3.6/site-packages/cobbler/web/views.py /usr/lib/python3.6/site-packages/cobbler/yumgen.py /usr/lib/systemd/system/cobblerd.service /usr/sbin/fence_ipmitool /usr/sbin/rccobblerd /usr/sbin/tftpd.py /usr/share/bash-completion/completions/cobbler /usr/share/cobbler /usr/share/cobbler/bin /usr/share/cobbler/bin/mkgrub.sh /usr/share/cobbler/bin/settings-migration-v1-to-v2.sh /usr/share/doc/packages/cobbler /usr/share/doc/packages/cobbler/AUTHORS.in /usr/share/doc/packages/cobbler/README.md /usr/share/doc/packages/cobbler/developer-guide.rst /usr/share/doc/packages/cobbler/installation-guide.rst /usr/share/doc/packages/cobbler/quickstart-guide.rst /usr/share/licenses/cobbler /usr/share/licenses/cobbler/COPYING /usr/share/man/man1/cobbler.1.gz /usr/share/man/man5/cobbler.conf.5.gz /usr/share/man/man8/cobblerd.8.gz /var/lib/cobbler /var/lib/cobbler/collections /var/lib/cobbler/collections/distros /var/lib/cobbler/collections/files /var/lib/cobbler/collections/images /var/lib/cobbler/collections/mgmtclasses /var/lib/cobbler/collections/packages /var/lib/cobbler/collections/profiles /var/lib/cobbler/collections/repos /var/lib/cobbler/collections/systems /var/lib/cobbler/distro_signatures.json /var/lib/cobbler/grub_config /var/lib/cobbler/grub_config/README.grubconfig /var/lib/cobbler/grub_config/grub /var/lib/cobbler/grub_config/grub.cfg /var/lib/cobbler/grub_config/grub/grub.cfg /var/lib/cobbler/grub_config/grub/local_efi.cfg /var/lib/cobbler/grub_config/grub/local_legacy.cfg /var/lib/cobbler/grub_config/grub/local_powerpc-ieee1275.cfg /var/lib/cobbler/grub_config/grub/system /var/lib/cobbler/grub_config/grub/system_link /var/lib/cobbler/loaders /var/lib/cobbler/scripts /var/lib/cobbler/scripts/preseed_early_default /var/lib/cobbler/scripts/preseed_late_default /var/lib/cobbler/scripts/preseed_nochroot_late_default /var/lib/cobbler/snippets /var/lib/cobbler/snippets/addons.xml /var/lib/cobbler/snippets/autoinstall_done /var/lib/cobbler/snippets/autoinstall_start /var/lib/cobbler/snippets/cobbler_register /var/lib/cobbler/snippets/download_config_files /var/lib/cobbler/snippets/download_config_files_deb /var/lib/cobbler/snippets/hosts.xml /var/lib/cobbler/snippets/kdump.xml /var/lib/cobbler/snippets/keep_cfengine_keys /var/lib/cobbler/snippets/keep_files /var/lib/cobbler/snippets/keep_rhn_keys /var/lib/cobbler/snippets/keep_rudder_keys /var/lib/cobbler/snippets/keep_rudder_uuid /var/lib/cobbler/snippets/keep_ssh_host_keys /var/lib/cobbler/snippets/koan_environment /var/lib/cobbler/snippets/late_apt_repo_config /var/lib/cobbler/snippets/log_ks_post /var/lib/cobbler/snippets/log_ks_post_nochroot /var/lib/cobbler/snippets/log_ks_pre /var/lib/cobbler/snippets/main_partition_select /var/lib/cobbler/snippets/network_config /var/lib/cobbler/snippets/network_config_esx /var/lib/cobbler/snippets/network_config_esxi /var/lib/cobbler/snippets/networking.xml /var/lib/cobbler/snippets/partition_select /var/lib/cobbler/snippets/post_anamon /var/lib/cobbler/snippets/post_install_kernel_options /var/lib/cobbler/snippets/post_install_network_config /var/lib/cobbler/snippets/post_install_network_config_deb /var/lib/cobbler/snippets/post_koan_add_reinstall_entry /var/lib/cobbler/snippets/post_run_deb /var/lib/cobbler/snippets/pre_anamon /var/lib/cobbler/snippets/pre_install_network_config /var/lib/cobbler/snippets/pre_partition_select /var/lib/cobbler/snippets/preseed_apt_repo_config /var/lib/cobbler/snippets/proxy.xml /var/lib/cobbler/snippets/puppet_install_if_enabled /var/lib/cobbler/snippets/puppet_register_if_enabled /var/lib/cobbler/snippets/redhat_register /var/lib/cobbler/snippets/restore_boot_device /var/lib/cobbler/snippets/rhn_certificate_based_register /var/lib/cobbler/snippets/save_boot_device /var/lib/cobbler/snippets/suse_scriptwrapper.xml /var/lib/cobbler/templates /var/lib/cobbler/templates/default.ks /var/lib/cobbler/templates/esxi4-ks.cfg /var/lib/cobbler/templates/esxi5-ks.cfg /var/lib/cobbler/templates/install_profiles /var/lib/cobbler/templates/legacy.ks /var/lib/cobbler/templates/powerkvm.ks /var/lib/cobbler/templates/pxerescue.ks /var/lib/cobbler/templates/sample.ks /var/lib/cobbler/templates/sample.seed /var/lib/cobbler/templates/sample_autoyast.xml /var/lib/cobbler/templates/sample_esxi4.ks /var/lib/cobbler/templates/sample_esxi5.ks /var/lib/cobbler/templates/sample_esxi6.ks /var/lib/cobbler/templates/sample_legacy.ks /var/lib/cobbler/templates/sample_old.seed /var/lib/cobbler/triggers /var/lib/cobbler/triggers/add /var/lib/cobbler/triggers/add/distro /var/lib/cobbler/triggers/add/distro/post /var/lib/cobbler/triggers/add/distro/pre /var/lib/cobbler/triggers/add/file /var/lib/cobbler/triggers/add/file/post /var/lib/cobbler/triggers/add/file/pre /var/lib/cobbler/triggers/add/mgmtclass /var/lib/cobbler/triggers/add/mgmtclass/post /var/lib/cobbler/triggers/add/mgmtclass/pre /var/lib/cobbler/triggers/add/package /var/lib/cobbler/triggers/add/package/post /var/lib/cobbler/triggers/add/package/pre /var/lib/cobbler/triggers/add/profile /var/lib/cobbler/triggers/add/profile/post /var/lib/cobbler/triggers/add/profile/pre /var/lib/cobbler/triggers/add/repo /var/lib/cobbler/triggers/add/repo/post /var/lib/cobbler/triggers/add/repo/pre /var/lib/cobbler/triggers/add/system /var/lib/cobbler/triggers/add/system/post /var/lib/cobbler/triggers/add/system/pre /var/lib/cobbler/triggers/change /var/lib/cobbler/triggers/delete /var/lib/cobbler/triggers/delete/distro /var/lib/cobbler/triggers/delete/distro/post /var/lib/cobbler/triggers/delete/distro/pre /var/lib/cobbler/triggers/delete/file /var/lib/cobbler/triggers/delete/file/post /var/lib/cobbler/triggers/delete/file/pre /var/lib/cobbler/triggers/delete/mgmtclass /var/lib/cobbler/triggers/delete/mgmtclass/post /var/lib/cobbler/triggers/delete/mgmtclass/pre /var/lib/cobbler/triggers/delete/package /var/lib/cobbler/triggers/delete/package/post /var/lib/cobbler/triggers/delete/package/pre /var/lib/cobbler/triggers/delete/profile /var/lib/cobbler/triggers/delete/profile/post /var/lib/cobbler/triggers/delete/profile/pre /var/lib/cobbler/triggers/delete/repo /var/lib/cobbler/triggers/delete/repo/post /var/lib/cobbler/triggers/delete/repo/pre /var/lib/cobbler/triggers/delete/system /var/lib/cobbler/triggers/delete/system/post /var/lib/cobbler/triggers/delete/system/pre /var/lib/cobbler/triggers/install /var/lib/cobbler/triggers/install/firstboot /var/lib/cobbler/triggers/install/post /var/lib/cobbler/triggers/install/pre /var/lib/cobbler/triggers/sync /var/lib/cobbler/triggers/sync/post /var/lib/cobbler/triggers/sync/pre /var/lib/cobbler/triggers/task /var/lib/cobbler/triggers/task/distro /var/lib/cobbler/triggers/task/distro/post /var/lib/cobbler/triggers/task/distro/pre /var/lib/cobbler/triggers/task/file /var/lib/cobbler/triggers/task/file/post /var/lib/cobbler/triggers/task/file/pre /var/lib/cobbler/triggers/task/mgmtclass /var/lib/cobbler/triggers/task/mgmtclass/post /var/lib/cobbler/triggers/task/mgmtclass/pre /var/lib/cobbler/triggers/task/package /var/lib/cobbler/triggers/task/package/post /var/lib/cobbler/triggers/task/package/pre /var/lib/cobbler/triggers/task/profile /var/lib/cobbler/triggers/task/profile/post /var/lib/cobbler/triggers/task/profile/pre /var/lib/cobbler/triggers/task/repo /var/lib/cobbler/triggers/task/repo/post /var/lib/cobbler/triggers/task/repo/pre /var/lib/cobbler/triggers/task/system /var/lib/cobbler/triggers/task/system/post /var/lib/cobbler/triggers/task/system/pre /var/log/cobbler /var/log/cobbler/anamon /var/log/cobbler/kicklog /var/log/cobbler/syslog /var/log/cobbler/tasks
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 13:49:26 2024