We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Branch 2.x
define icinga2::config::fragment( String $content, Stdlib::Absolutepath $target, String $code_name = $title, Pattern[/^\d+$/] $order = '0', ) {
The text was updated successfully, but these errors were encountered:
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', ) {
Sorry, something went wrong.
... and all other objects.
fix #451 Parameter order of concat resource has to be a string
229171c
lbetz
No branches or pull requests
Branch 2.x
define icinga2::config::fragment(
String $content,
Stdlib::Absolutepath $target,
String $code_name = $title,
Pattern[/^\d+$/] $order = '0',
) {
The text was updated successfully, but these errors were encountered: