Skip to content

Commit

Permalink
Fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
paladox authored Sep 19, 2018
1 parent 73211f6 commit 8cdfea9
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 8cdfea9

Please sign in to comment.