1 # This resource manages an individual repo's that applies to the file defined in
2 # $target. See README.md for more details.
3 # always order from 100 and increase.
10 # Needed for testing primarily, support for multiple files is not really
12 $target = $pacman::config::config) {
13 # Create a rule fragment
14 $fragname = "repo_${name}"
16 concat::fragment { $fragname:
18 content => template('pacman/pacman.conf.repo.erb'),