-
Notifications
You must be signed in to change notification settings - Fork 613
Comparing changes
Open a pull request
base repository: puppetlabs/puppetlabs-postgresql
base: v7.4.1
head repository: puppetlabs/puppetlabs-postgresql
compare: v7.5.0
- 10 commits
- 17 files changed
- 6 contributors
Commits on Aug 16, 2021
-
Use Puppet-Datatype Sensitive for Passwords
- add Parameter "sensitive" to Function postgresql_password to decide if its Returnvalue should be of Datatype Sensitive - let defined Type postgresql::server::role accept Datatype Sensitive for $password_hash - let defined Type postgresql::server::db accept Datatype Sensitive for $password - let Class postgresql::server accept Datatype Sensitive for $postgres_password - let defined Type postgresql::validate_db_connection accept Sensitive for $database_password
Cocker Koch committedAug 16, 2021 Configuration menu - View commit details
-
Copy full SHA for d878d13 - Browse repository at this point
Copy the full SHA d878d13View commit details
Commits on Sep 8, 2021
-
Starting with 79fa355 it is not possible to set a custom encoding on systems where initdb is not needed (e.g. Debian). The autorequire introduce a circular dependency: ``` dependency cycles found: (Anchor[postgresql::server::service::begin] => Postgresql_psql[Set template1 encoding to UTF-8] => Class[Postgresql::Server::Initdb] => Postgresql_conf[listen_addresses] => Class[Postgresql::Server::Service] => Anchor[postgresql::server::service::begin]) ``` Move the relevant code from postgresql::server::initdb to postgresql::server::late_initdb and include it when applicable so that the postgresql_psql command gets run after the service has started up.
Configuration menu - View commit details
-
Copy full SHA for 16dbd14 - Browse repository at this point
Copy the full SHA 16dbd14View commit details
Commits on Sep 15, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 929e063 - Browse repository at this point
Copy the full SHA 929e063View commit details
Commits on Sep 16, 2021
-
Inline file contents in the catalog
The file() function can read a file form a module and return the content. This happens server side and is included in the catalog. This saves a request to the fileserver at runtime. That request can fail for various reasons (it's still a network). It also means that a cached catalog is sufficient and an agent can reapply it without a Puppetserver running. These files are small enough to inline in the catalog.
Configuration menu - View commit details
-
Copy full SHA for 11ab36b - Browse repository at this point
Copy the full SHA 11ab36bView commit details
Commits on Sep 20, 2021
-
Merge pull request #1299 from ekohl/inline-files
Inline file contents in the catalog
Configuration menu - View commit details
-
Copy full SHA for 8d31148 - Browse repository at this point
Copy the full SHA 8d31148View commit details -
Merge pull request #1296 from smortex/fix-default-encoding
Fix changing default encoding
Configuration menu - View commit details
-
Copy full SHA for 9d3153f - Browse repository at this point
Copy the full SHA 9d3153fView commit details -
Merge pull request #1279 from cocker-cc/Use_Puppet-Datatype_Sensitive
Use Puppet-Datatype Sensitive for Passwords
Configuration menu - View commit details
-
Copy full SHA for 9d0aa99 - Browse repository at this point
Copy the full SHA 9d0aa99View commit details
Commits on Sep 27, 2021
-
Merge pull request #1302 from puppetlabs/pdksync_IAC-1598/main/remove…
…_debian_8_support (IAC-1598) - Remove Support for Debian 8
Configuration menu - View commit details
-
Copy full SHA for 03f72c7 - Browse repository at this point
Copy the full SHA 03f72c7View commit details -
GitHub Action committed
Sep 27, 2021 Configuration menu - View commit details
-
Copy full SHA for a3670a5 - Browse repository at this point
Copy the full SHA a3670a5View commit details
Commits on Sep 28, 2021
-
Merge pull request #1304 from puppetlabs/release-prep
Release prep v7.5.0
Configuration menu - View commit details
-
Copy full SHA for 0a2cb69 - Browse repository at this point
Copy the full SHA 0a2cb69View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v7.4.1...v7.5.0