app-emulation/wa-agent: update waagent.conf

Update waagent.conf to not change value from the old version. This
breaks some things like cloudinit if they are changed.
This commit is contained in:
Andrew Jeddeloh 2018-05-03 15:23:08 -07:00
parent 6cec66c0a5
commit 9291baaa4a

View File

@ -9,20 +9,20 @@ Provisioning.Enabled=y
Provisioning.UseCloudInit=n Provisioning.UseCloudInit=n
# Password authentication for root account will be unavailable. # Password authentication for root account will be unavailable.
Provisioning.DeleteRootPassword=y Provisioning.DeleteRootPassword=n
# Generate fresh host key pair. # Generate fresh host key pair.
Provisioning.RegenerateSshHostKeyPair=y Provisioning.RegenerateSshHostKeyPair=n
# Supported values are "rsa", "dsa", "ecdsa", "ed25519", and "auto". # Supported values are "rsa", "dsa", "ecdsa", "ed25519", and "auto".
# The "auto" option is supported on OpenSSH 5.9 (2011) and later. # The "auto" option is supported on OpenSSH 5.9 (2011) and later.
Provisioning.SshHostKeyPairType=rsa Provisioning.SshHostKeyPairType=auto
# Monitor host name changes and publish changes via DHCP requests. # Monitor host name changes and publish changes via DHCP requests.
Provisioning.MonitorHostName=y Provisioning.MonitorHostName=y
# Decode CustomData from Base64. # Decode CustomData from Base64.
Provisioning.DecodeCustomData=n Provisioning.DecodeCustomData=y
# Execute CustomData after provisioning. # Execute CustomData after provisioning.
Provisioning.ExecuteCustomData=n Provisioning.ExecuteCustomData=n