Skip to content

Commit

Permalink
apt_backports_spec: fix spelling of the Ubuntu 18.04 codename
Browse files Browse the repository at this point in the history
  • Loading branch information
kenyon committed Nov 1, 2023
1 parent 8bb8899 commit f867561
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions spec/classes/apt_backports_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
full: '18.04'
},
distro: {
codename: 'bionac',
codename: 'bionic',
id: 'Ubuntu'
}
}
Expand All @@ -53,8 +53,8 @@
it {
expect(subject).to contain_apt__source('backports').with(location: 'http://archive.ubuntu.com/ubuntu',
repos: 'main universe multiverse restricted',
release: 'bionac-backports',
pin: { 'priority' => 200, 'release' => 'bionac-backports' })
release: 'bionic-backports',
pin: { 'priority' => 200, 'release' => 'bionic-backports' })
}
end

Expand All @@ -69,7 +69,7 @@
full: '18.04'
},
distro: {
codename: 'bionac',
codename: 'bionic',
id: 'Ubuntu'
}
}
Expand Down Expand Up @@ -105,7 +105,7 @@
full: '18.04'
},
distro: {
codename: 'bionac',
codename: 'bionic',
id: 'Ubuntu'
}
}
Expand Down Expand Up @@ -234,7 +234,7 @@
full: '18.04'
},
distro: {
codename: 'bionac',
codename: 'bionic',
id: 'Ubuntu'
}
}
Expand Down

0 comments on commit f867561

Please sign in to comment.