Skip to content

Commit

Permalink
Change params order
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickps committed Mar 6, 2019
1 parent 3ce2da3 commit e7d78df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/group.pp
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
# }
#
define yum::group (
Enum['present', 'installed', 'absent', 'purged'] $ensure = 'present',
Integer $timeout,
Array[String] $install_options = [],
Enum['present', 'installed', 'absent', 'purged'] $ensure = 'present',
) {
Exec {
path => '/bin:/usr/bin:/sbin:/usr/sbin',
Expand Down

0 comments on commit e7d78df

Please sign in to comment.