--- Systemd::Timer::Job[backup_cinder_volumes].orig
+++ Systemd::Timer::Job[backup_cinder_volumes]
@@
- environment => {}
+ environment => {'https_proxy': 'http://webproxy.codfw.wmnet:8080'}
Class[Profile::Wmcs::Backup_cinder_volumes]
- Parameters differences:
--- Class[Profile::Wmcs::Backup_cinder_volumes].orig
+++ Class[Profile::Wmcs::Backup_cinder_volumes]
+ http_proxy => http://webproxy.codfw.wmnet:8080
- Systemd::Timer::Job[remove_dangling_cinder_snapshots]
- Parameters differences:
--- Systemd::Timer::Job[remove_dangling_cinder_snapshots].orig
+++ Systemd::Timer::Job[remove_dangling_cinder_snapshots]
@@
- environment => {}
+ environment => {'https_proxy': 'http://webproxy.codfw.wmnet:8080'}
- Systemd::Unit[remove_dangling_cinder_snapshots.service]
- Systemd::Unit[backup_cinder_volumes.service]
- File[/lib/systemd/system/backup_cinder_volumes.service]
- Content differences:
--- /lib/systemd/system/backup_cinder_volumes.service.orig
+++ /lib/systemd/system/backup_cinder_volumes.service
@@ -5,5 +5,6 @@
[Service]
Type=oneshot
User=root
+Environment="https_proxy=http://webproxy.codfw.wmnet:8080"
ExecStart=/usr/local/sbin/wmcs-backup volumes backup-assigned-volumes
ExecStartPre=/usr/local/sbin/wmcs-backup volumes delete-expired
- File[/lib/systemd/system/remove_dangling_cinder_snapshots.service]
- Content differences:
--- /lib/systemd/system/remove_dangling_cinder_snapshots.service.orig
+++ /lib/systemd/system/remove_dangling_cinder_snapshots.service
@@ -5,4 +5,5 @@
[Service]
Type=oneshot
User=root
+Environment="https_proxy=http://webproxy.codfw.wmnet:8080"
ExecStart=/usr/local/sbin/wmcs-backup volumes remove-dangling-snapshots
Relevant files