File tree Expand file tree Collapse file tree 3 files changed +13
-9
lines changed Expand file tree Collapse file tree 3 files changed +13
-9
lines changed Original file line number Diff line number Diff line change 1
1
fixtures :
2
2
repositories :
3
- apt :
3
+ apt :
4
4
repo : " https://github.com/puppetlabs/puppetlabs-apt.git"
5
- branch : " 1.8.x "
5
+ branch : " 2.0.0 "
6
6
stdlib : " https://github.com/puppetlabs/puppetlabs-stdlib.git"
7
7
firewall : " https://github.com/puppetlabs/puppetlabs-firewall.git"
8
8
concat : " https://github.com/puppetlabs/puppetlabs-concat.git"
Original file line number Diff line number Diff line change 15
15
priority => 500,
16
16
}->
17
17
apt::source { 'apt.postgresql.org' :
18
- location => $_baseurl,
19
- release => " ${::lsbdistcodename} -pgdg" ,
20
- repos => " main ${postgresql::repo::version} " ,
21
- key => ' B97B0AFCAA1A47F044F244A07FCC7D46ACCC4CF8' ,
22
- key_source => ' https://www.postgresql.org/media/keys/ACCC4CF8.asc' ,
23
- include_src => false ,
18
+ location => $_baseurl,
19
+ release => " ${::lsbdistcodename} -pgdg" ,
20
+ repos => " main ${postgresql::repo::version} " ,
21
+ key => {
22
+ id => ' B97B0AFCAA1A47F044F244A07FCC7D46ACCC4CF8' ,
23
+ source => ' https://www.postgresql.org/media/keys/ACCC4CF8.asc' ,
24
+ },
25
+ include => {
26
+ src => false ,
27
+ },
24
28
}
25
29
26
30
Apt::Source[' apt.postgresql.org' ]->Package<|tag == ' postgresql' |>
Original file line number Diff line number Diff line change 9
9
"issues_url" : " https://tickets.puppetlabs.com/browse/MODULES" ,
10
10
"dependencies" : [
11
11
{"name" :" puppetlabs/stdlib" ,"version_requirement" :" 4.x" },
12
- {"name" :" puppetlabs/apt" ,"version_requirement" :" >=1.8 .0 <3.0.0" },
12
+ {"name" :" puppetlabs/apt" ,"version_requirement" :" >=2.0 .0 <3.0.0" },
13
13
{"name" :" puppetlabs/concat" ,"version_requirement" :" >= 1.1.0 <3.0.0" }
14
14
],
15
15
"data_provider" : null ,
You can’t perform that action at this time.
0 commit comments