Skip to content
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

Add sites_enabled_path and streams_enabled_path param #1303

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

feltra
Copy link

@feltra feltra commented Jan 22, 2019

Allow user to change path for sites-enabled and streams-enabled keeping it within conf dir.
related to: #1234 and #1302

Pull Request (PR) description

This Pull Request (PR) fixes the following issues

@bastelfreak bastelfreak added the enhancement New feature or request label Feb 1, 2019
@bastelfreak
Copy link
Member

Hi @feltra, thanks for the PR. Can you please rebase against our master branch and check for the failed travis tests?

@@ -52,6 +52,7 @@
$sites_available_owner = $nginx::params::sites_available_owner,
$sites_available_group = $nginx::params::sites_available_group,
$sites_available_mode = $nginx::params::sites_available_mode,
$sites_enabled_path = $nginx::params::sites_enabled_path,
Copy link
Member

Choose a reason for hiding this comment

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

Please add a Datatype like String[1] to this

@@ -97,6 +98,7 @@
$log_format = {},
Boolean $mail = false,
Boolean $stream = false,
$streams_enabled_path = $nginx::params::sites_enabled_path,
Copy link
Member

Choose a reason for hiding this comment

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

Please add a Datatype like String[1] to this

@bastelfreak
Copy link
Member

Ping @feltra :)

@bastelfreak bastelfreak added the needs-work not ready to merge just yet label Jun 10, 2019
@vox-pupuli-tasks
Copy link

Dear @feltra, thanks for the PR!

This is pccibot, 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

1 similar comment
@vox-pupuli-tasks
Copy link

Dear @feltra, thanks for the PR!

This is pccibot, 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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants