Merge pull request 'feat: cleanup reposync conf files' (#110) from neoloc/cleanup_reposync_conf into develop

Reviewed-on: unkinben/puppet-prod#110
This commit is contained in:
Ben Vincent 2024-02-10 14:15:00 +09:30
commit a0434fc7b5

View File

@ -14,10 +14,13 @@ class profiles::reposync::syncer {
mode => '0755',
}
file { '/etc/reposync/conf.d':
ensure => directory,
owner => 'root',
group => 'root',
mode => '0755',
ensure => directory,
owner => 'root',
group => 'root',
mode => '0755',
purge => true,
recurse => true,
force => true,
}
# get a list of repos as a hash, and iterate through them