summaryrefslogtreecommitdiffstats
path: root/ipaplatform/rhel/services.py
Commit message (Collapse)AuthorAgeFilesLines
* Break ipaplatform / ipalib import cycle of hellChristian Heimes2016-11-241-5/+5
| | | | | | | | | | | Here is an attempt to break the import cycle of hell between ipaplatform and ipalib. All services now pass an ipalib.api object to services.service(). RedHatServices.__init__() still needs to do a local import because it initializes its wellknown service dict with service instances. Signed-off-by: Christian Heimes <cheimes@redhat.com> Reviewed-By: Martin Basti <mbasti@redhat.com>
* Use module variables for timedate_servicesMartin Basti2015-12-231-1/+1
| | | | | | | Explicitly store timedate services in module variable is safer than doind just unused import. Reviewed-By: Jan Cholasta <jcholast@redhat.com>
* Add RHEL platform moduleJan Cholasta2014-10-091-0/+61
https://fedorahosted.org/freeipa/ticket/4562 Reviewed-By: Martin Kosek <mkosek@redhat.com>