Skip to content

Add raw_ssl_append and raw_ssl_prepend#1361

Open
supa-creation wants to merge 1 commit into
voxpupuli:masterfrom
supa-creation:master
Open

Add raw_ssl_append and raw_ssl_prepend#1361
supa-creation wants to merge 1 commit into
voxpupuli:masterfrom
supa-creation:master

Conversation

@supa-creation

Copy link
Copy Markdown

Pull Request (PR) description

This Pull Request (PR) fixes the following issues

@puppet-community-rangefinder

Copy link
Copy Markdown

nginx::resource::server is a type

The enclosing module is declared in 11 of 578 indexed public Puppetfiles.

Breaking changes to this file WILL impact these modules (exact match):

Breaking changes to this file MAY impact these modules (near match):


These results were generated with Rangefinder, a tool that helps predict the downstream impact of breaking changes to elements used in Puppet modules. You can run this on the command line to get a full report.

Exact matches are those that we can positively identify via namespace and the declaring modules' metadata. Non-namespaced items, such as Puppet 3.x functions, will always be reported as near matches only.

Optional[String] $uwsgi = undef,
String $uwsgi_params = "${nginx::config::conf_dir}/uwsgi_params",
String $uwsgi_params = "${nginx::config::conf_dir}
/uwsgi_params",

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you add a newline here? Was this intentional?

$client_max_body_size = undef,
Optional[Variant[Array[String], String]] $raw_prepend = undef,
Optional[Variant[Array[String], String]] $raw_append = undef,
Optional[Variant[Array[String], String]] $raw_ssl_prepend = undef,

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you enforce the minimal string length? I think empty strings don't make sense here:

Suggested change
Optional[Variant[Array[String], String]] $raw_ssl_prepend = undef,
Optional[Variant[Array[String[1]], String[1]]] $raw_ssl_prepend = undef,

Optional[Variant[Array[String], String]] $raw_prepend = undef,
Optional[Variant[Array[String], String]] $raw_append = undef,
Optional[Variant[Array[String], String]] $raw_ssl_prepend = undef,
Optional[Variant[Array[String], String]] $raw_ssl_append = undef,

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Optional[Variant[Array[String], String]] $raw_ssl_append = undef,
Optional[Variant[Array[String[1]], String[1]]] $raw_ssl_append = undef,

@bastelfreak bastelfreak added needs-work not ready to merge just yet tests-fail labels Dec 31, 2019
@bastelfreak

Copy link
Copy Markdown
Member

@supa-creation thanks for the PR. Can you please take a look at the used email address in your commit? It isn't associated with your github account.

@vox-pupuli-tasks

Copy link
Copy Markdown

Dear @supa-creation, thanks for the PR!

This is Vox Pupuli Tasks, your friendly Vox Pupuli GitHub Bot. I noticed that your pull request contains merge conflict. Can you please rebase?

You can find my sourcecode at voxpupuli/vox-pupuli-tasks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants