Do not ship sbin/mirror-health from the roles version while we migrate
authorPeter Palfrader <peter@palfrader.org>
Sun, 22 Sep 2019 15:13:31 +0000 (17:13 +0200)
committerPeter Palfrader <peter@palfrader.org>
Sun, 22 Sep 2019 15:13:31 +0000 (17:13 +0200)
modules/roles/manifests/mirror_health.pp

index 41a970d..d4d0d62 100644 (file)
@@ -7,15 +7,15 @@ define roles::mirror_health (
 ) {
        ensure_packages(['python3-requests'], { ensure => 'installed' })
 
-       if !defined(File['/usr/local/sbin/mirror-health']) {
-               file { '/usr/local/sbin/mirror-health':
-                       source => 'puppet:///modules/roles/mirror_health/mirror-health',
-                       owner  => 'root',
-                       group  => 'root',
-                       mode   => '0555',
-                        notify  => Service["mirror-health-${check_service}"],
-                }
-        }
+#      if !defined(File['/usr/local/sbin/mirror-health']) {
+#              file { '/usr/local/sbin/mirror-health':
+#                      source => 'puppet:///modules/roles/mirror_health/mirror-health',
+#                      owner  => 'root',
+#                      group  => 'root',
+#                      mode   => '0555',
+#                        notify  => Service["mirror-health-${check_service}"],
+#                }
+#        }
 
         file { "/etc/systemd/system/mirror-health-${check_service}.service":
                owner   => 'root',