- 02 Jul, 2020 3 commits
-
-
Andreas Hasenack authored
In Ubuntu autopkgtest infra we need to whitelist the addresses which will receive requests to not be proxied, and 'puppet' is used in the test.
-
Andreas Hasenack authored
It fixes an autopkgtest regression in ruby-puppet-syntax.
-
Lucas Kanashiro authored
-
- 19 Mar, 2020 5 commits
-
-
Apollon Oikonomopoulos authored
-
Apollon Oikonomopoulos authored
This makes lintian happy and additionally the package will behave in the same way under sysvinit and systemd.
-
Apollon Oikonomopoulos authored
dh_installinit features a --no-enable flag that basically passes defaults-disabled to update-rc.d. Use that instead, as it's cleaner than passing defaults-disabled explicitly.
-
Apollon Oikonomopoulos authored
It contains a single item, referring to a dead link.
-
Apollon Oikonomopoulos authored
point to the new mailing list address See merge request puppet-team/puppet!1
-
- 13 Mar, 2020 8 commits
-
-
Apollon Oikonomopoulos authored
The puppetmaster, puppetmaster-passenger and puppet-common packages have been transitional since Stretch, it's time to remove them. Git-Dch: Full Closes: #940760, #940761, #940762
-
Apollon Oikonomopoulos authored
There are some stray `require 'sync'` statements left over from the 2.7 days. 'sync' is an external gem in Ruby 2.7; rather than add a dependency against ruby-syncm, cherry-pick upstream commit a53cb826b56b1531e7b0c1cd82d72f2f41ae6b09 that removes the 'require' statements altogether.
-
Apollon Oikonomopoulos authored
Git-Dch: ignore
-
Apollon Oikonomopoulos authored
-
Apollon Oikonomopoulos authored
- B-D on debhelper-compat (= 12) - d/rules: use dh_missing instead of dh_install --fail-missing - Add Pre-Depends: ${misc:Prepends} for dh_systemd Git-Dch: Full -
Apollon Oikonomopoulos authored
-
Apollon Oikonomopoulos authored
Update to upstream version '5.5.19' with Debian dir aa692b5ac3e3943a85646ed09d9fa1059382a1c6
-
Apollon Oikonomopoulos authored
-
- 25 Feb, 2020 3 commits
-
-
Jenkins CI authored
-
Jorie Tappa authored
(docs)(DOCUMENT-966) Warning for file backup docs
-
Josh Cooper authored
(PUP-10309) Reduce UTF-8 acceptance risk
-
- 24 Feb, 2020 2 commits
-
-
hestonhoffman authored
-
John Duarte authored
This commit reduces the audit risk level of UTF-8 acceptance tests from "audit:high" to "audit:medium" where the risk level is no longer considered high.
-
- 12 Feb, 2020 3 commits
-
-
Jenkins CI authored
-
Josh Cooper authored
(PUP-10238) Change default value of strict_hostname_checking to true
-
Justin Stoller authored
Previously our default value of strict_hostname_checking was false which allowed matching dotted segments of a nodes certname (its CN in its certificate) as well as the segments of its fqdn fact, or hostname + domain fact. This was for compatibility when fact based classification within a site.pp was a more common pattern and node declarations were much less powerful than they are now. With the ability to use regular expressions in a node declaration the auto segmenting is no longer needed and with the ability to use facts directly, to use fact interpetation in hiera lookups, or create a custom external node classifier the injecting of facts into the nodes "name" is unneeded. The desire is to remove the setting completely in Puppet 7, while leaving it in 6 so those that depend on this behavior have time to re-write their site.pps to the newer styles. strict_hostname_checking setting is not marked deprecated completely because it will cause deprecation notices on setting access, which happens as part of normal compilation for now. However it does mark "node_name" setting as deprecated completely because it is now only referenced in code that by default will not run (and will only run if users change strict_hostname_checking back to false).
-
- 11 Feb, 2020 6 commits
-
-
Josh Cooper authored
This reverts commit a5ae3409.
-
Melissa authored
(PUP-10227) Preserve expectation for http.finish
-
Josh Cooper authored
Stub the "Net::HTTP#started?" method so finish happens as expected. Protect against Net::HTTP#finish being called twice, and ensure the "Closing connection" debug message is printed after the redirect, since Pool#close_connection will be a noop.
-
Maggie Dreyer authored
(PUP-10142) refactor settings initialization
-
Tony Vu authored
This is a separate commit to keep the white space change for all the settings contained.
-
Tony Vu authored
Previous to this commit, the puppet settings defaults were loaded when the defaults.rb file was required. That design makes it difficult to generate new settings objects; additionally, code that executes by simply requiring the file seems less than ideal. This change stops the code from executing by simply requiring the defaults.rb file, and refactors it to become a class method that modifies a settings object that is passed in. As a result of this refactor, the `Puppet.define_settings` method is no longer required as a bridge to the @@settings object and is set as deprecated.
-
- 10 Feb, 2020 3 commits
-
-
Josh Cooper authored
(PUP-10227) Close the HTTP connection
-
Gabriel Nagy authored
(PUP-10287) mailalias: comma inside commands fix
-
Ciprian Badescu authored
-
- 08 Feb, 2020 1 commit
-
-
Melissa Stone authored
To prevent thundering herds, puppetserver may return Retry-After and ask the agent to sleep. When this happens, this commit closes the connection prior to sleeping. It also ensures that closed connections are not added back to the pool. This reduces resource usage on puppetserver.
-
- 06 Feb, 2020 1 commit
-
-
Josh Cooper authored
(maint) simplify reading /opt/puppetlabs/server/pe_version
-
- 05 Feb, 2020 4 commits
-
-
tkishel authored
We don't need a regex to validate (presumably) already validated data. Just transparently pass the data to the server fact.
-
Jenkins CI authored
-
mihaibuzgau authored
(PUP-1537) add mark property for package
-
Josh Cooper authored
(maint) document the 'other' set_server_facts
-
- 04 Feb, 2020 1 commit
-
-
tkishel authored
Document the other set_server_facts in puppetserver.
-