Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
P
puppet-freeipa
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 9
    • Issues 9
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 3
    • Merge Requests 3
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Adullact
  • puppet-freeipa
  • Issues
  • #103

Closed
Open
Opened Oct 24, 2019 by Fabien Combernous@fcombernousOwner

bolt task should handle when ipa command returns 2

For instance when operator ask to delete a user that does not exist.

In this situation the task should display the ipa message and return 0 to be understand by bolt as not failed. If the task is to ensure that user foo is not present, then it looks already done when the user foo does not exist yet.

Extracted from man ipa:

EXIT STATUS
       0 if the command was successful
       1 if an error occurred
       2 if an entry is not found
Edited Oct 29, 2019 by Fabien Combernous
Assignee
Assign to
5.0.0
Milestone
5.0.0
Assign milestone
Time tracking
None
Due date
None
Reference: adullact/puppet-freeipa#103