From 0c067639ec7d7050b69249b85e6aa83ab91820b5 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sat, 14 Sep 2019 15:20:59 +0200 Subject: [PATCH] move things from modules/roles/static* to modules/static* Files and headers etc. have not yet been modified. That's the next step. This was strictly a git mv. --- .../{roles/files/static-mirroring => staticsync/files}/OVERVIEW | 0 .../files/static-mirroring => staticsync/files}/static-master-run | 0 .../files}/static-master-update-component | 0 .../files/static-mirroring => staticsync/files}/static-mirror-run | 0 .../static-mirroring => staticsync/files}/static-mirror-run-all | 0 .../static-mirroring => staticsync/files}/static-update-component | 0 .../static-mirroring => staticsync/files}/staticsync-ssh-wrap | 0 modules/{roles/manifests/static => staticsync/manifests}/base.pp | 0 .../{roles/manifests/static => staticsync/manifests}/srvdir.pp | 0 modules/{roles/manifests/static => staticsync/manifests}/ssh.pp | 0 modules/{roles => staticsync}/manifests/static_master.pp | 0 modules/{roles => staticsync}/manifests/static_mirror.pp | 0 modules/{roles => staticsync}/manifests/static_source.pp | 0 .../templates}/static-clients.conf.erb | 0 .../templates}/static-components.conf.erb | 0 15 files changed, 0 insertions(+), 0 deletions(-) rename modules/{roles/files/static-mirroring => staticsync/files}/OVERVIEW (100%) rename modules/{roles/files/static-mirroring => staticsync/files}/static-master-run (100%) rename modules/{roles/files/static-mirroring => staticsync/files}/static-master-update-component (100%) rename modules/{roles/files/static-mirroring => staticsync/files}/static-mirror-run (100%) rename modules/{roles/files/static-mirroring => staticsync/files}/static-mirror-run-all (100%) rename modules/{roles/files/static-mirroring => staticsync/files}/static-update-component (100%) rename modules/{roles/files/static-mirroring => staticsync/files}/staticsync-ssh-wrap (100%) rename modules/{roles/manifests/static => staticsync/manifests}/base.pp (100%) rename modules/{roles/manifests/static => staticsync/manifests}/srvdir.pp (100%) rename modules/{roles/manifests/static => staticsync/manifests}/ssh.pp (100%) rename modules/{roles => staticsync}/manifests/static_master.pp (100%) rename modules/{roles => staticsync}/manifests/static_mirror.pp (100%) rename modules/{roles => staticsync}/manifests/static_source.pp (100%) rename modules/{roles/templates/static-mirroring => staticsync/templates}/static-clients.conf.erb (100%) rename modules/{roles/templates/static-mirroring => staticsync/templates}/static-components.conf.erb (100%) diff --git a/modules/roles/files/static-mirroring/OVERVIEW b/modules/staticsync/files/OVERVIEW similarity index 100% rename from modules/roles/files/static-mirroring/OVERVIEW rename to modules/staticsync/files/OVERVIEW diff --git a/modules/roles/files/static-mirroring/static-master-run b/modules/staticsync/files/static-master-run similarity index 100% rename from modules/roles/files/static-mirroring/static-master-run rename to modules/staticsync/files/static-master-run diff --git a/modules/roles/files/static-mirroring/static-master-update-component b/modules/staticsync/files/static-master-update-component similarity index 100% rename from modules/roles/files/static-mirroring/static-master-update-component rename to modules/staticsync/files/static-master-update-component diff --git a/modules/roles/files/static-mirroring/static-mirror-run b/modules/staticsync/files/static-mirror-run similarity index 100% rename from modules/roles/files/static-mirroring/static-mirror-run rename to modules/staticsync/files/static-mirror-run diff --git a/modules/roles/files/static-mirroring/static-mirror-run-all b/modules/staticsync/files/static-mirror-run-all similarity index 100% rename from modules/roles/files/static-mirroring/static-mirror-run-all rename to modules/staticsync/files/static-mirror-run-all diff --git a/modules/roles/files/static-mirroring/static-update-component b/modules/staticsync/files/static-update-component similarity index 100% rename from modules/roles/files/static-mirroring/static-update-component rename to modules/staticsync/files/static-update-component diff --git a/modules/roles/files/static-mirroring/staticsync-ssh-wrap b/modules/staticsync/files/staticsync-ssh-wrap similarity index 100% rename from modules/roles/files/static-mirroring/staticsync-ssh-wrap rename to modules/staticsync/files/staticsync-ssh-wrap diff --git a/modules/roles/manifests/static/base.pp b/modules/staticsync/manifests/base.pp similarity index 100% rename from modules/roles/manifests/static/base.pp rename to modules/staticsync/manifests/base.pp diff --git a/modules/roles/manifests/static/srvdir.pp b/modules/staticsync/manifests/srvdir.pp similarity index 100% rename from modules/roles/manifests/static/srvdir.pp rename to modules/staticsync/manifests/srvdir.pp diff --git a/modules/roles/manifests/static/ssh.pp b/modules/staticsync/manifests/ssh.pp similarity index 100% rename from modules/roles/manifests/static/ssh.pp rename to modules/staticsync/manifests/ssh.pp diff --git a/modules/roles/manifests/static_master.pp b/modules/staticsync/manifests/static_master.pp similarity index 100% rename from modules/roles/manifests/static_master.pp rename to modules/staticsync/manifests/static_master.pp diff --git a/modules/roles/manifests/static_mirror.pp b/modules/staticsync/manifests/static_mirror.pp similarity index 100% rename from modules/roles/manifests/static_mirror.pp rename to modules/staticsync/manifests/static_mirror.pp diff --git a/modules/roles/manifests/static_source.pp b/modules/staticsync/manifests/static_source.pp similarity index 100% rename from modules/roles/manifests/static_source.pp rename to modules/staticsync/manifests/static_source.pp diff --git a/modules/roles/templates/static-mirroring/static-clients.conf.erb b/modules/staticsync/templates/static-clients.conf.erb similarity index 100% rename from modules/roles/templates/static-mirroring/static-clients.conf.erb rename to modules/staticsync/templates/static-clients.conf.erb diff --git a/modules/roles/templates/static-mirroring/static-components.conf.erb b/modules/staticsync/templates/static-components.conf.erb similarity index 100% rename from modules/roles/templates/static-mirroring/static-components.conf.erb rename to modules/staticsync/templates/static-components.conf.erb -- 2.20.1