Skip to content

Commit

Permalink
Merge branch 'hotfix/2.0.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
riton committed Sep 16, 2021
2 parents d5f7dc6 + 1151267 commit c6b913b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ etc_services { 'printer\udp':

```puppet
etc_services { 'printer':
protocols => { 'tcp' => '515', 'udp' => '515' },
protocols => { 'tcp' => 515, 'udp' => 515 },
aliases => [ 'spooler' ],
comment => 'line printer spooler',
}
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ccin2p3-etc_services",
"version": "2.0.2",
"version": "2.0.3",
"author": "IN2P3 Computing Centre",
"summary": "CC-IN2P3 module for managing /etc/services entries",
"license": "CECILL-B",
Expand Down

0 comments on commit c6b913b

Please sign in to comment.