Skip to content

Commit

Permalink
Merge pull request #487 from paladox/patch-1
Browse files Browse the repository at this point in the history
Fix syntax error
  • Loading branch information
lbetz authored Sep 20, 2018
2 parents 73211f6 + 8cdfea9 commit b52a7b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/feature/perfdata.pp
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
Optional[Stdlib::Absolutepath] $service_temp_path = undef,
Optional[String] $host_format_template = undef,
Optional[String] $service_format_template = undef,
Optional[Pattern[/^\d+[ms]*$/] $rotation_interval = undef,
Optional[Pattern[/^\d+[ms]*$/]] $rotation_interval = undef,
) {

if ! defined(Class['::icinga2']) {
Expand Down

0 comments on commit b52a7b8

Please sign in to comment.