8.1.4.1.3. cobbler.modules.installation package¶
8.1.4.1.3.1. Submodules¶
8.1.4.1.3.2. cobbler.modules.installation.post_log module¶
8.1.4.1.3.3. cobbler.modules.installation.post_power module¶
-
class
cobbler.modules.installation.post_power.
reboot
(api, target)[source]¶ Bases:
threading.Thread
-
run
()[source]¶ Method representing the thread’s activity.
You may override this method in a subclass. The standard run() method invokes the callable object passed to the object’s constructor as the target argument, if any, with sequential and keyword arguments taken from the args and kwargs arguments, respectively.
-
8.1.4.1.3.4. cobbler.modules.installation.post_puppet module¶
This module signs newly installed client puppet certificates if the puppet master server is running on the same machine as the cobbler server.
Based on: http://www.ithiriel.com/content/2010/03/29/writing-install-triggers-cobbler
8.1.4.1.3.5. cobbler.modules.installation.post_report module¶
8.1.4.1.3.6. cobbler.modules.installation.pre_clear_anamon_logs module¶
8.1.4.1.3.7. cobbler.modules.installation.pre_log module¶
8.1.4.1.3.8. cobbler.modules.installation.pre_puppet module¶
This module removes puppet certs from the puppet master prior to reinstalling a machine if the puppet master is running on the cobbler server.
Based on: http://www.ithiriel.com/content/2010/03/29/writing-install-triggers-cobbler