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 strings #203

Closed
wants to merge 1 commit into from
Closed

Conversation

Dan33l
Copy link
Member

@Dan33l Dan33l commented Oct 3, 2019

Pull Request (PR) description

This PR is a first step to use puppet strings.

A second second PR will be done after this one is merged. This will permit to switch from params.pp to common values in init.pp and OS specific values in hiera data of module. We will have auto generated default values in doc for common values.

By this way it split doc modification and code modification into dedicated PR.

This Pull Request (PR) fixes the following issues

@Dan33l Dan33l force-pushed the use-puppet-strings branch 2 times, most recently from 9b683f9 to 31a612d Compare October 3, 2019 09:14
#
define letsencrypt::hook (
Enum['pre', 'post', 'deploy'] $type,
String[1] $hook_file,
# hook.sh.epp will validate this
$commands,
Variant[String,Array[String]] $commands,
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
Variant[String,Array[String]] $commands,
Variant[String[1],Array[String[1]]] $commands,

Copy link
Member Author

Choose a reason for hiding this comment

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

updated

@bastelfreak bastelfreak added the docs Improvements or additions to documentation label Oct 3, 2019
@alexjfisher
Copy link
Member

Tests are failing because of rspec/rspec-expectations#1134

@Dan33l Dan33l force-pushed the use-puppet-strings branch from 31a612d to ca86dc1 Compare October 3, 2019 11:08
@Dan33l
Copy link
Member Author

Dan33l commented Oct 4, 2019

Closed because gems are cached.

@Dan33l Dan33l closed this Oct 4, 2019
@Dan33l Dan33l deleted the use-puppet-strings branch October 5, 2019 12:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Improvements or additions to documentation skip-changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants