Skip to content

Commit

Permalink
refactor relates to last apt 10x release
Browse files Browse the repository at this point in the history
  • Loading branch information
flepoutre committed Dec 18, 2024
1 parent b21a238 commit 7b385cb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
comment => 'ProxySQL 2.2.x APT repository',
location => "http://repo.proxysql.com/ProxySQL/proxysql-2.2.x/${facts['os']['distro']['codename']}/",
release => './',
repos => ' ',
repos => 'main',
key => {
'name' => 'proxysql-2.2.x.asc',
'source' => 'https://repo.proxysql.com/ProxySQL/proxysql-2.2.x/repo_pub_key',
Expand All @@ -30,7 +30,7 @@
comment => 'ProxySQL 2.3.x APT repository',
location => "http://repo.proxysql.com/ProxySQL/proxysql-2.3.x/${facts['os']['distro']['codename']}/",
release => './',
repos => ' ',
repos => 'main',
key => {
'name' => 'proxysql-2.3.x.asc',
'source' => 'https://repo.proxysql.com/ProxySQL/proxysql-2.3.x/repo_pub_key',
Expand All @@ -40,7 +40,7 @@
comment => 'ProxySQL 2.4.x APT repository',
location => "http://repo.proxysql.com/ProxySQL/proxysql-2.4.x/${facts['os']['distro']['codename']}/",
release => './',
repos => ' ',
repos => 'main',
key => {
'name' => 'proxysql-2.4.x.asc',
'source' => 'https://repo.proxysql.com/ProxySQL/proxysql-2.4.x/repo_pub_key',
Expand All @@ -50,7 +50,7 @@
comment => 'ProxySQL 2.5.x APT repository',
location => "http://repo.proxysql.com/ProxySQL/proxysql-2.5.x/${facts['os']['distro']['codename']}/",
release => './',
repos => ' ',
repos => 'main',
key => {
'name' => 'proxysql-2.5.x.asc',
'source' => 'https://repo.proxysql.com/ProxySQL/proxysql-2.5.x/repo_pub_key',
Expand All @@ -60,7 +60,7 @@
comment => 'ProxySQL 2.6.x APT repository',
location => "http://repo.proxysql.com/ProxySQL/proxysql-2.6.x/${facts['os']['distro']['codename']}/",
release => './',
repos => ' ',
repos => 'main',
key => {
'name' => 'proxysql-2.6.x.asc',
'source' => 'https://repo.proxysql.com/ProxySQL/proxysql-2.6.x/repo_pub_key',
Expand All @@ -70,7 +70,7 @@
comment => 'ProxySQL 2.7.x APT repository',
location => "http://repo.proxysql.com/ProxySQL/proxysql-2.7.x/${facts['os']['distro']['codename']}/",
release => './',
repos => ' ',
repos => 'main',
key => {
'name' => 'proxysql-2.7.x.asc',
'source' => 'https://repo.proxysql.com/ProxySQL/proxysql-2.7.x/repo_pub_key',
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
{
"name": "puppetlabs-apt",
"version_requirement": ">= 9.2.0 < 10.0.0"
"version_requirement": ">= 9.2.0 <= 10.0.0"
},
{
"name": "puppetlabs-stdlib",
Expand Down

0 comments on commit 7b385cb

Please sign in to comment.