Skip to content

Commit

Permalink
fix alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Mar 6, 2019
1 parent 8478338 commit b68363e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions manifests/group.pp
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@
# }
#
define yum::group (
Array[String] $install_options = [],
Enum['present', 'installed', 'absent', 'purged'] $ensure = 'present',
Optional[Integer] $timeout = undef,
Array[String[1]] $install_options = [],
Enum['present', 'installed', 'absent', 'purged'] $ensure = 'present',
Optional[Integer] $timeout = undef,
) {

Exec {
path => '/bin:/usr/bin:/sbin:/usr/sbin',
environment => 'LC_ALL=C',
Expand Down

0 comments on commit b68363e

Please sign in to comment.