Skip to content

Commit

Permalink
Merge pull request voxpupuli#233 from yakatz/patch-1
Browse files Browse the repository at this point in the history
Fix examples in manifests/versionlock.pp
  • Loading branch information
bastelfreak authored Feb 11, 2022
2 parents d5328a9 + 53f8aa2 commit 2d05a8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/versionlock.pp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# ensure => present,
# version => '4.1.2',
# release => '9.el8',
# epoch => '0',
# epoch => 0,
# arch => 'noarch',
# }
#
Expand All @@ -20,7 +20,7 @@
# ensure => present,
# version => '3.1.2',
# release => '9.el7',
# epoch => '0',
# epoch => 0,
# arch => 'noarch',
# }
#
Expand Down

0 comments on commit 2d05a8d

Please sign in to comment.