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

Parameter order of concat resource has to be a string #451

Closed
lbetz opened this issue Aug 14, 2018 · 2 comments
Closed

Parameter order of concat resource has to be a string #451

lbetz opened this issue Aug 14, 2018 · 2 comments
Assignees
Labels
Milestone

Comments

@lbetz
Copy link
Contributor

lbetz commented Aug 14, 2018

Branch 2.x

define icinga2::config::fragment(
String $content,
Stdlib::Absolutepath $target,
String $code_name = $title,
Pattern[/^\d+$/] $order = '0',
) {

@lbetz lbetz added the bug label Aug 14, 2018
@lbetz lbetz added this to the v2.0.0 milestone Aug 14, 2018
@lbetz
Copy link
Contributor Author

lbetz commented Aug 14, 2018

define icinga2::object::apiuser(
Stdlib::Absolutepath $target,
Array $permissions,
Enum['absent', 'present'] $ensure = present,
String $apiuser_name = $title,
Optional[String] $password = undef,
Optional[String] $client_cn = undef,
Pattern[/^\d+$/] $order = '30',
) {

@lbetz
Copy link
Contributor Author

lbetz commented Aug 16, 2018

... and all other objects.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant