Skip to content

Commit

Permalink
fix lint warnings in feature perfdata
Browse files Browse the repository at this point in the history
  • Loading branch information
lbetz committed Sep 20, 2018
1 parent b52a7b8 commit c43a1b0
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 c43a1b0

Please sign in to comment.