-
-
Notifications
You must be signed in to change notification settings - Fork 267
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
Ubuntu 18.04 issue just installing #475
Comments
Hi @cmseal. Can you please provide a few more information? How did you call this module? Which version do you use? Which version of the apt module? We have a pretty basic acceptance test that works on Ubuntu18.04: puppet-php/spec/acceptance/php_spec.rb Lines 6 to 14 in 9634ea1
|
Hi @bastelfreak, sorry here's some more info... if any other info will help, let me know. Clean 18.04.1 LTS server with apt 1.6.3ubuntu0.1 (amd64), and module is latest pulled from master, as a submodule on my puppet master. Called in manifest with "include ::php" with hiera config: ---
php::extensions:
mysql: {}
mbstring: {}
mcrypt: {}
gd: {} Full error is:
|
Is that version 6.0.0 of this module? https://forge.puppet.com/puppetlabs/apt, if not: please update it and test it again. I will try to setup a test for this |
for reference. Changed resources for a simple
|
mcrypt isn't a packaged module on Ubuntu 18.04 because it got deprecated for PHP 7.2. Puppet output:
|
I added a test that also installs extensions. Works fine on ubuntu: #476 |
This issue was solved with #482 |
Puppet agent 5.5.6
Just want to install PHP...
Error: Execution of '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install python-software-properties' returned 100: Reading package lists...
Building dependency tree...
Reading state information...
Package python-software-properties is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
software-properties-common
The text was updated successfully, but these errors were encountered: