From 2a50480a9c0a3d073c7a48c9923e513e7e9af35c Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Tue, 1 Oct 2019 20:30:35 +0000 Subject: Change the name of the cron file checking mirrors mga_mirrors package contains a file with same path... --- modules/mga-mirrors/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') 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'] } -- cgit v1.2.1