Skip to content

Commit 352bbc5

Browse files
committed
Fix order - set timeout back to optional
1 parent 917fd35 commit 352bbc5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

manifests/group.pp

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
# }
2020
#
2121
define yum::group (
22-
Enum['present', 'installed', 'absent', 'purged'] $ensure = 'present',
23-
Integer $timeout = undef,
2422
Array[String] $install_options = [],
23+
Enum['present', 'installed', 'absent', 'purged'] $ensure = 'present',
24+
Optional[Integer] $timeout = undef,
2525
) {
2626
Exec {
2727
path => '/bin:/usr/bin:/sbin:/usr/sbin',

0 commit comments

Comments
 (0)