Skip to content

Commit 553d68d

Browse files
authored
Merge pull request puppetlabs#1000 from fflorens/master
Fix packages choice for ubuntu 17.10
2 parents 3b5e344 + c30735f commit 553d68d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/globals.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
/^(14.04)$/ => '9.3',
9797
/^(14.10|15.04|15.10)$/ => '9.4',
9898
/^(16.04|16.10)$/ => '9.5',
99-
/^(17.04)$/ => '9.6',
99+
/^(17.04|17.10)$/ => '9.6',
100100
/^(18.04)$/ => '10',
101101
default => undef,
102102
},

0 commit comments

Comments
 (0)