File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ Default value: `undef`
138138
139139##### <a name =" -apt--backports " ></a >` backports `
140140
141- Data type: ` Optional[ Hash] `
141+ Data type: ` Hash `
142142
143143Specifies some of the default parameters used by apt::backports. Valid options: a hash made up from the following keys:
144144
@@ -148,7 +148,14 @@ Options:
148148* ** : repos ** ` String ` : See apt::backports for documentation.
149149* ** : key ** ` String ` : See apt::backports for documentation.
150150
151- Default value: ` undef `
151+ Default value:
152+
153+ ``` puppet
154+ {
155+ 'location' => 'http://deb.debian.org/debian',
156+ 'repos' => 'main contrib non-free non-free-firmware',
157+ }
158+ ```
152159
153160##### <a name =" -apt--confs " ></a >` confs `
154161
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 186186 Optional[String[1]] $key_options = undef ,
187187 Optional[Array[String[1]]] $ppa_options = undef ,
188188 Optional[String[1]] $ppa_package = undef ,
189- Optional[Hash] $backports = undef ,
189+ Hash $backports = {
190+ ' location' => ' http://deb.debian.org/debian' ,
191+ ' repos' => ' main contrib non-free non-free-firmware' ,
192+ },
190193 Hash $confs = {},
191194 Hash $update = {},
192195 Hash $purge = {},
Original file line number Diff line number Diff line change 1818 "operatingsystem" : " Debian" ,
1919 "operatingsystemrelease" : [
2020 " 11" ,
21- " 12"
21+ " 12" ,
22+ " 13"
2223 ]
2324 },
2425 {
You can’t perform that action at this time.
0 commit comments