Unverified Commit 16a7d7e9 authored by codgician's avatar codgician
Browse files

waagent: support AutoUpdate.UpdateToLatestVersion in module

parent e8da861e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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.
        '';
      };
    };