@@ -28,6 +28,7 @@ syntax_full_code_block: |-
28
28
includepkgs String
29
29
keepalive true, false
30
30
make_cache true, false # default value: true
31
+ makecache_fast true, false # default value: false
31
32
max_retries String, Integer
32
33
metadata_expire String
33
34
metalink String
@@ -64,7 +65,7 @@ syntax_full_properties_list:
64
65
the desired state."
65
66
- " `baseurl`, `clean_metadata`, `cost`, `description`, `enabled`, `enablegroups`,
66
67
`exclude`, `failovermethod`, `fastestmirror_enabled`, `gpgcheck`, `gpgkey`, `http_caching`,
67
- `include_config`, `includepkgs`, `keepalive`, `make_cache`, `max_retries`, `metadata_expire`,
68
+ `include_config`, `includepkgs`, `keepalive`, `make_cache`, `makecache_fast`, ` max_retries`, `metadata_expire`,
68
69
`metalink`, `mirror_expire`, `mirrorlist`, `mirrorlist_expire`, `mode`, `options`,
69
70
`password`, `priority`, `proxy`, `proxy_password`, `proxy_username`, `repo_gpgcheck`,
70
71
`report_instanceid`, `reposdir`, `repositoryid`, `skip_if_unavailable`, `source`,
@@ -194,6 +195,15 @@ properties_list:
194
195
- markdown : Determines whether package files downloaded by Yum stay in cache directories.
195
196
By using cached data, you can carry out certain operations without a network
196
197
connection.
198
+ - property : makecache_fast
199
+ new_in : 18.1
200
+ ruby_type : true, false
201
+ required : false
202
+ default_value : ' false'
203
+ description_list :
204
+ - markdown : If `make_cache` is `true`, this uses `yum makecache fast`, which downloads
205
+ only the minimum amount of data required. Useful over slower connections and when
206
+ disk space is at a premium.
197
207
- property : max_retries
198
208
ruby_type : String, Integer
199
209
required : false
0 commit comments