summaryrefslogtreecommitdiffstats
path: root/cobbler/action_check.py
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'devel' of git://git.fedorahosted.org/cobbler into ris-develJames Cammarata2009-03-101-2/+2
|\
| * Some minor string changes for the check code.Michael DeHaan2009-03-091-3/+3
* | Removed check for tftpd rules file existance.James Cammarata2009-03-091-7/+2
|/
* Added cobbler check items for the following:James Cammarata2009-03-081-0/+41
* Add check for yum-utils version if -l flag is defined for yumreposyncRob Lazzurs2009-03-061-0/+5
* Remove debug print statementsMichael DeHaan2009-02-181-1/+0
* Ignore commented lines in TFTP config during 'cobbler check'Michael DeHaan2009-01-261-1/+1
* Consolidating services to use just one port, removed syslog logging since we ...Michael DeHaan2009-01-231-1/+1
* Update changelogMichael DeHaan2009-01-091-1/+1
* (A) It is unneccessary to run restorecon when the contexts on the directories...Michael DeHaan2009-01-051-1/+25
* Make cobbler check aware of SuSE.Michael DeHaan2008-12-221-5/+8
* SELinux can get confused with leaked file descriptors; ensuring we pass close...Michael DeHaan2008-12-151-4/+4
* Call restorecon in lots of places if required to make sure selinux context is...Michael DeHaan2008-12-101-4/+2
* Update password to correct string.Michael DeHaan2008-12-091-1/+1
* Move default password into settings, modify snippet to work when network inte...Michael DeHaan2008-12-081-10/+3
* Fix potential exception when init scripts are missing, though really that's a...Michael DeHaan2008-11-181-0/+1
* Added some code that recommends installing cman (but does not require it) whe...Michael DeHaan2008-11-171-0/+8
* When --netboot-enabled is toggled (either from the command line, or via the A...Michael DeHaan2008-08-251-1/+3
* Merge in Dave Hatton's "getks" command, with some minor tweaks so it detects ...Michael DeHaan2008-08-131-1/+1
* At Spot's suggestion, make sure all source code files include the correct GPL...Michael DeHaan2008-08-131-3/+11
* Remove bootloader check as we source bootloaders differently now.Michael DeHaan2008-08-111-13/+16
* Update cobbler check to help with vsftpd setup, needed for our planned pseudo...Michael DeHaan2008-07-151-13/+44
* Make check understand profile inheritance w/ reposMichael DeHaan2008-05-291-3/+4
* Fix to make serializer look in the right place, also removed a debugMichael DeHaan2008-05-161-1/+0
* The settings file is now /etc/cobbler/settings, and cobbler's command lineMichael DeHaan2008-05-161-5/+5
* Consolidate various repo related warnings under cobbler check and clean up pr...Michael DeHaan2008-05-131-0/+29
* Fix find test.Michael DeHaan2008-05-131-1/+1
* Added code to cobbler check to see if any templates are still using the defaultMichael DeHaan2008-05-131-0/+14
* Added code to cobbler check to look for httpd_can_network_connect boolean if ...Michael DeHaan2008-05-121-0/+14
* Various DNS/DHCP work.Michael DeHaan2008-05-021-8/+8
* Added some check code for BIND.Michael DeHaan2008-05-021-4/+12
* Add some missing files and do some more work on dns/dhcp refactoringMichael DeHaan2008-05-021-1/+7
* Working on moving DNS/DHCP management to cobbler/modules (uses modules.conf)Michael DeHaan2008-05-021-3/+5
* Import now takes an --arch, which is now a recommended field, to ensureMichael DeHaan2008-04-111-9/+13
* Two things -- (A) remove rhpl dep as we aren't using it and we want to useMichael DeHaan2008-04-091-1/+1
* Add a --owner to all the objects, plus associated API calls and backend stuff...Michael DeHaan2008-03-261-2/+3
* tftpboot location discovery for F9Michael DeHaan2008-03-251-6/+5
* Removing yum-utils as a package requirement because the version in EPEL does ...Michael DeHaan2007-11-061-0/+9
* As ifarch doesn't work in noarch RPMs, do not include syslinux as a hard requ...Michael DeHaan2007-09-121-1/+4
* Fix string processing exception on error path.Michael DeHaan2007-08-081-1/+1
* Added a SNIPPET::foo feature which can do the equivalent of %include in kicks...Michael DeHaan2007-07-271-1/+1
* Added code to detect iptables and mention potential ports to unblock.Michael DeHaan2007-07-261-0/+7
* Fix init script return codes for 'status' and also make service statusMichael DeHaan2007-07-261-1/+2
* Change to detect needed services that are not running and suggest that theyMichael DeHaan2007-07-261-0/+13
* Begining of i18n of cobbler. Tests pass, works with English. Need to testMichael DeHaan2007-05-291-16/+16
* Starting to add i18n to cobbler using rhplMichael DeHaan2007-05-251-0/+1
* Add support for dnsmasq as an alternative to ISC dhcpd.Michael DeHaan2007-05-241-4/+19
* Fix warning message for "cobbler check" and malformed /etc/dhcpd.confMichael DeHaan2007-04-271-2/+2
* Further changes related to making cobbler own the directories it's using in /...Michael DeHaan2007-02-141-8/+0
* Run check in post to ensure cobbler tree setup, such that distros/systems/pro...mdehaan@mdehaan.rdu.redhat.com2007-02-141-0/+10