waagent: support AutoUpdate.UpdateToLatestVersion in module
This commit is contained in:
@@ -228,11 +228,11 @@ let
|
||||
};
|
||||
};
|
||||
|
||||
AutoUpdate.Enable = lib.mkOption {
|
||||
AutoUpdate.UpdateToLatestVersion = lib.mkOption {
|
||||
type = types.bool;
|
||||
default = false;
|
||||
description = ''
|
||||
Whether or not to enable autoupdate for goal state processing.
|
||||
Whether or not to enable auto-update of the Extension Handler.
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user