File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -1043,6 +1043,10 @@ Current it is only actively tested with the following operating systems:
1043
1043
1044
1044
Although patches are welcome for making it work with other OS distros, it is considered best effort.
1045
1045
1046
+ ### Apt module support
1047
+
1048
+ While this module supports both 1.x and 2.x versions of the puppetlabs-apt module, it does not support puppetlabs-apt 2.0.0 or 2.0.1.
1049
+
1046
1050
### Postgis support
1047
1051
1048
1052
Postgis is currently considered an unsupported feature as it doesn't work on
Original file line number Diff line number Diff line change 68
68
],
69
69
"dependencies" : [
70
70
{"name" :" puppetlabs/stdlib" ,"version_requirement" :" 4.x" },
71
- {"name" :" puppetlabs/apt" ,"version_requirement" :" >=1.8.0 <2 .0.0" },
72
- {"name" :" puppetlabs/concat" ,"version_requirement" :" >= 1.1.0 <3 .0.0" }
71
+ {"name" :" puppetlabs/apt" ,"version_requirement" :" >=1.8.0 <3 .0.0" },
72
+ {"name" :" puppetlabs/concat" ,"version_requirement" :" >= 1.1.0 <2 .0.0" }
73
73
]
74
74
}
You can’t perform that action at this time.
0 commit comments