Viewing File: /usr/lib/python2.7/site-packages/cloudinit/config/cc_spacewalk.pyo
ó
oBú]c @ s\ d Z d d l m Z d d g Z d g Z d Z d „ Z e d
d
d
d „ Z d „ Z d
S( s²
Spacewalk
---------
**Summary:** install and configure spacewalk
This module installs spacewalk and applies basic configuration. If the
``spacewalk`` config key is present spacewalk will be installed. The server to
connect to after installation must be provided in the ``server`` in spacewalk
configuration. A proxy to connect through and a activation key may optionally
be specified.
For more information about spacewalk see: https://fedorahosted.org/spacewalk/
**Internal name:** ``cc_spacewalk``
**Module frequency:** per instance
**Supported distros:** redhat, fedora
**Config keys**::
spacewalk:
server: <url>
proxy: <proxy host>
activation_key: <key>
iÿÿÿÿ( t utilt redhatt fedoras rhn-setups' /usr/share/rhn/RHN-ORG-TRUSTED-SSL-CERTc C s[ t } y# t j d d g d t ƒt } Wn+ t j k
rV } | j d k rW ‚ qW n X| S( Ns rhn-profile-syncs --verboset capturei ( t FalseR t subpt Truet ProcessExecutionErrort exit_code( t already_registeredt e( ( sA /usr/lib/python2.7/site-packages/cloudinit/config/cc_spacewalk.pyt
is_registered&