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

Non idempotence for 8 PHP extensions: apcu, ctype, dom, iconv, imagick, posix, xmlreader, xmlwriter #548

Open
mfaure opened this issue Oct 6, 2019 · 0 comments
Projects

Comments

@mfaure
Copy link

mfaure commented Oct 6, 2019

Affected Puppet, Ruby, OS and module versions/distributions

  • Puppet: 5, 6, 6-nightly
  • Ruby: 2.5.3
  • Distribution: Ubuntu 18.04
  • Module version: 7.0.1-rc0

How to reproduce (e.g Puppet code you use)

See:

What are you seeing

Travis acceptance tests are red on test applies idempotently

What behaviour did you expect instead

Travis acceptance tests should be green on applies idempotently

Any additional information you'd like to impart

Context: I'm working to create a component module for NextCloud, which requires a lot of PHP extensions.

It seems those 8 PHP extension (apcu, ctype, dom, iconv, imagick, posix, xmlreader, xmlwriter) are not idempotent on installation, but as I am not a Puppet expert, I'd be really happy to have some feedback.

What I've done:

This is my first significant issue reporting, so feel free to correct me, give feedback and point me to suitable documentation if I ever made something wrong :)

@mfaure mfaure changed the title Non idempotence for 8 PHP extensions: apcu, ctype, dom, iconv, imagick, posix, xmlreader, xmlwriter Non idempotence for 8 PHP extensions: apcu, ctype, dom, iconv, imagick, posix, xmlreader, xmlwriter Oct 6, 2019
@SimonHoenscheid SimonHoenscheid added this to add to list of features in Cleanup Sep 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Cleanup
add to list of features
Development

No branches or pull requests

1 participant