Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed "command is missing" while trying to create a command #69

Merged
merged 1 commit into from
Dec 14, 2020
Merged

fixed "command is missing" while trying to create a command #69

merged 1 commit into from
Dec 14, 2020

Conversation

xFuture603
Copy link
Collaborator

I tried to create a new command for Icinga with a command_template_object in which the command was already specified and a command_object that should inherit properties from the template object. But I always got this error: "state is present but all of the following are missing: command", It turned out that the "required_if" (changed in this pr) led to this error.

@codecov
Copy link

codecov bot commented Dec 14, 2020

Codecov Report

Merging #69 (3e75efe) into master (53fbf6e) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #69   +/-   ##
=======================================
  Coverage   93.71%   93.71%           
=======================================
  Files          17       17           
  Lines         493      493           
  Branches       47       47           
=======================================
  Hits          462      462           
  Misses          9        9           
  Partials       22       22           
Impacted Files Coverage Δ
plugins/modules/icinga_command.py 95.65% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1410540...438dcc2. Read the comment docs.

@rndmh3ro rndmh3ro added bug Something isn't working patch labels Dec 14, 2020
@rndmh3ro
Copy link
Collaborator

Thanks!

@rndmh3ro rndmh3ro merged commit 36d8457 into telekom-mms:master Dec 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working patch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants