-
Notifications
You must be signed in to change notification settings - Fork 614
remove apt repos component #1208
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
Conversation
https://wiki.postgresql.org/wiki/Apt https://www.postgresql.org/download/linux/debian/ https://www.postgresql.org/download/linux/ubuntu/ # Create the file repository configuration: sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list'
postgresql::repo::apt_postgresql_org is a classthat may have no external impact to Forge modules. This module is declared in 71 of 575 indexed public
|
Thank you @x1e for submitting the PR. Version parameter Repos parameter Hence the apt source for postgresql is specified with version.
Please let me know if you need more information. |
in debian 10 (puppetserver: 6.12.1-1buster/puppet-agent: 6.17.0-1buster), will generate Then run apt update, will get error:
If delete 9.6: and run apt update will run successfully. |
Thank you @x1e for the response. Tried the following on debian 10 and it didn't throw the error. Do you want to try the latest puppet agent version and see if it works for you. Thank you
|
Distributor ID: Debian node 'test' { /etc/apt/sources.list.d/apt.postgresql.org.list
|
@x1e Sorry , Couldn't reproduce the problem locally . But searched for the following error https://forum.armbian.com/topic/12135-problem-executing-scripts-aptupdatepost-invoke-success/ |
Hey @x1e Just wondering if you plan on revisiting this issue. Many thanks |
Apologies for the delay. |
https://wiki.postgresql.org/wiki/Apt
https://www.postgresql.org/download/linux/debian/
https://www.postgresql.org/download/linux/ubuntu/
Create the file repository configuration:
sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list'