Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kubicgruenfeld committed Mar 6, 2019
1 parent aab39eb commit a930eb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@

Boolean $manage_repo = true,
Hash $repo = $proxysql::params::repo14,
Enum['2.0.x','1.4.x'] = $repo_version = '1.4.x',
Enum['2.0.x','1.4.x'] $repo_version = '1.4.x',

String $package_source = $proxysql::params::package_source,
String $package_checksum_value = $proxysql::params::package_checksum_value,
Expand Down

0 comments on commit a930eb2

Please sign in to comment.