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

Use Puppet 4 datatypes #55

Merged
merged 1 commit into from
May 4, 2018
Merged

Use Puppet 4 datatypes #55

merged 1 commit into from
May 4, 2018

Conversation

ekohl
Copy link
Member

@ekohl ekohl commented May 4, 2018

Replaces #44

$config_file_string = undef,
$config_file_template = undef,
Stdlib::Absolutepath $config_file_path = "${fail2ban::config_dir_path}/${title}",
String $config_file_owner = $fail2ban::config_file_owner,
Copy link
Member

Choose a reason for hiding this comment

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

can you align everything at = please?

Copy link
Member Author

Choose a reason for hiding this comment

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

I chose not to align at all and use single spaces.

$config_file_source = undef,
$config_file_string = undef,
$config_file_template = undef,
Stdlib::Absolutepath $config_file_path = "${fail2ban::config_dir_path}/${title}",
Copy link
Member

Choose a reason for hiding this comment

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

Datatypes \o/

@bastelfreak bastelfreak merged commit 7394037 into voxpupuli:master May 4, 2018
@bastelfreak
Copy link
Member

as discussed on IRC: We will open a PR on our review guidelines to discuss parameter alignment

@ekohl ekohl deleted the datatypes branch May 4, 2018 17:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants