github.com/kubri/kubri@v0.5.1-0.20240317001612-bda2aaef967e/website/docs/configuration/generators/yum.md (about) 1 --- 2 sidebar_position: 0 3 --- 4 5 # YUM Repository 6 7 Generate and publish a YUM repository from your `.rpm` files. 8 9 ## Configuration 10 11 ### `disabled` 12 13 - Type: `boolean` 14 - Default: `false` 15 16 Disable YUM. 17 18 ### `folder` 19 20 - Type: `boolean` 21 - Default: `false` 22 23 Path to the directory on your target. 24 25 ## Example 26 27 ```yaml 28 yum: 29 folder: rpm 30 ```