puppet-zabbix icon indicating copy to clipboard operation
puppet-zabbix copied to clipboard

Add `authcfg`, `role`, `user` and `usergroup` API providers

Open bdeferme opened this issue 3 years ago • 4 comments

Pull Request (PR) description

Adds a Puppet provider using the API for the following resources:

  • Zabbix Authconfig
  • Zabbix User
  • Zabbix Usergroup
  • Zabbix Roles

This Pull Request (PR) fixes the following issues

n/a

bdeferme avatar Jul 28 '22 12:07 bdeferme

Any news on reviewing :smiley: ?

bdeferme avatar Sep 09 '22 13:09 bdeferme

CI was recently fixed. Can you please rebase your changes on top of the main branch?

From your working directory:

git fetch origin         # Download the latest code we have here
git rebase origin/master # Move your commits on top of the main branch
git push -f              # Send the changes to update the PR (-f is required because we re-wrote history)

smortex avatar Sep 09 '22 17:09 smortex

I think the test just needs to be re-started

bdeferme avatar Oct 19 '22 07:10 bdeferme

@bdeferme I’m also interrested in this! Could you rebase from master to check if tests are fixed? If there is a way I could help, to fix test issues, etc, I could do the same as I did with #828 if you’re OK with it (create a new PR where I could fix stuff).

teluq-pbrideau avatar Dec 16 '22 15:12 teluq-pbrideau