Skip to content
Snippets Groups Projects
Select Git revision
  • d58b492f1d45ea4c15639eda03b9c29b23b85931
  • master default protected
  • v1.14.7
  • v1.14.6
  • v1.14.5
  • v1.14.4
  • v1.14.3
  • v1.14.2
  • v1.14.1
  • v1.14.0
  • v1.13.2
  • v1.13.1
  • v1.13.0
  • v1.12.1
  • v1.12.0
  • v1.11.1
  • v1.11.0
  • v1.10.0
  • v1.9.2
  • v1.9.1
  • v1.9.0
  • v1.8.4
22 results

module_utils

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Thomas Woerner authored
    Fix ipa_command_invalid_param_choices for IPA 4.6 (RHEL-7)
    
    - krbprincipalauthind in host_add does not have choices defined
    - krbprincipalauthind in service_add does not have choices defined
    
    api.Command[command].params[name].cli_metavar returns "STR" and
    ast.literal_eval failes with a ValueError "malformed string".
    
    There is no way to verify that the given values are valid or not in
    this case. The check is done later on while applying the change
    with host_add, host_mod, service_add and service_mod.
    d58b492f
    History
    Name Last commit Last update
    ..
    ansible_freeipa_module.py