Skip to content

Commit

Permalink
Merge pull request voxpupuli#295 from bastelfreak/bla
Browse files Browse the repository at this point in the history
cleanup duplicated entries in case block
  • Loading branch information
binford2k committed Feb 13, 2019
2 parents b624d06 + 79c077b commit eb4e370
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -183,9 +183,6 @@
) {

case $arch {
# 'armv5',
'armv6l': { $real_arch = 'armv6' }
'armv7l': { $real_arch = 'armv7' }
'x86_64', 'amd64': { $real_arch = 'amd64' }
'i386': { $real_arch = '386' }
'armv7l': { $real_arch = 'armv7' }
Expand Down

0 comments on commit eb4e370

Please sign in to comment.