promote develop to master #6
@ -14,10 +14,13 @@ class profiles::reposync::syncer {
|
|||||||
mode => '0755',
|
mode => '0755',
|
||||||
}
|
}
|
||||||
file { '/etc/reposync/conf.d':
|
file { '/etc/reposync/conf.d':
|
||||||
ensure => directory,
|
ensure => directory,
|
||||||
owner => 'root',
|
owner => 'root',
|
||||||
group => 'root',
|
group => 'root',
|
||||||
mode => '0755',
|
mode => '0755',
|
||||||
|
purge => true,
|
||||||
|
recurse => true,
|
||||||
|
force => true,
|
||||||
}
|
}
|
||||||
|
|
||||||
# get a list of repos as a hash, and iterate through them
|
# get a list of repos as a hash, and iterate through them
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user