forked from pool/python-azure-agent
+ The agnet service gets restarted in post but may fail due to a missing
config file. config files were split into their own package previously.
When we detect that we have to restore a config file we also need
to restrat the agent again.
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/python-azure-agent?expand=0&rev=119
12 lines
338 B
Diff
12 lines
338 B
Diff
--- config/suse/waagent.conf.orig
|
|
+++ config/suse/waagent.conf
|
|
@@ -109,7 +109,7 @@ OS.SshDir=/etc/ssh
|
|
# OS.CheckRdmaDriver=y
|
|
|
|
# Enable or disable goal state processing auto-update, default is enabled
|
|
-# AutoUpdate.Enabled=y
|
|
+AutoUpdate.Enabled=n
|
|
|
|
# Determine the update family, this should not be changed
|
|
# AutoUpdate.GAFamily=Prod
|