Skip to content

Commit

Permalink
fix linter warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Lightning- committed May 8, 2024
1 parent dd06689 commit 850ca41
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions manifests/scheme.pp
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,14 @@
Optional[Pattern[/\A[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}\z/]] $template = undef,
Optional[String[1]] $description = undef,
Optional[Hash[Enum[
'monitor-timeout-ac',
'monitor-timeout-dc',
'disk-timeout-ac',
'disk-timeout-dc',
'standby-timeout-ac',
'standby-timeout-dc',
'hibernate-timeout-ac',
'hibernate-timeout-dc'
'monitor-timeout-ac',
'monitor-timeout-dc',
'disk-timeout-ac',
'disk-timeout-dc',
'standby-timeout-ac',
'standby-timeout-dc',
'hibernate-timeout-ac',
'hibernate-timeout-dc'
], Integer[0], 1, 8]] $settings = undef,
) {
if $template !~ Undef {
Expand Down

0 comments on commit 850ca41

Please sign in to comment.