aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@mageia.org>2019-10-01 20:30:35 +0000
committerPascal Terjan <pterjan@mageia.org>2019-10-01 20:30:35 +0000
commit2a50480a9c0a3d073c7a48c9923e513e7e9af35c (patch)
tree0ab44b236777e0b851bd90bf7debc11d16610a11 /modules
parent1079a2fd3985c93fdda2c38c12b95856f8a3e934 (diff)
downloadpuppet-2a50480a9c0a3d073c7a48c9923e513e7e9af35c.tar
puppet-2a50480a9c0a3d073c7a48c9923e513e7e9af35c.tar.gz
puppet-2a50480a9c0a3d073c7a48c9923e513e7e9af35c.tar.bz2
puppet-2a50480a9c0a3d073c7a48c9923e513e7e9af35c.tar.xz
puppet-2a50480a9c0a3d073c7a48c9923e513e7e9af35c.zip
Change the name of the cron file checking mirrors
mga_mirrors package contains a file with same path...
Diffstat (limited to 'modules')
-rw-r--r--modules/mga-mirrors/manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mga-mirrors/manifests/init.pp b/modules/mga-mirrors/manifests/init.pp
index 697019cb..4b8b5552 100644
--- a/modules/mga-mirrors/manifests/init.pp
+++ b/modules/mga-mirrors/manifests/init.pp
@@ -37,7 +37,7 @@ class mga-mirrors {
require => Package['mga-mirrors']
}
- file { '/etc/cron.d/mga_mirrors':
+ file { '/etc/cron.d/check_mga_mirrors':
content => template('mga-mirrors/cron-mga_mirrors'),
require => Package['mga-mirrors']
}