diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/chef/knife/bootstrap/templates/windows-chef-client-msi.erb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/chef/knife/bootstrap/templates/windows-chef-client-msi.erb b/lib/chef/knife/bootstrap/templates/windows-chef-client-msi.erb index 96aadede74..37fcf15682 100644 --- a/lib/chef/knife/bootstrap/templates/windows-chef-client-msi.erb +++ b/lib/chef/knife/bootstrap/templates/windows-chef-client-msi.erb @@ -1,6 +1,6 @@ @rem @rem Author:: Seth Chisamore (<schisamo@chef.io>) -@rem Copyright:: Copyright (c) 2011-2017 Chef Software, Inc. +@rem Copyright:: Copyright (c) 2011-2019 Chef Software, Inc. @rem License:: Apache License, Version 2.0 @rem @rem Licensed under the Apache License, Version 2.0 (the "License"); @@ -87,7 +87,7 @@ goto architecture_select @set MACHINE_OS=2016 goto architecture_select -@rem Currently Windows Server 2016 R2 is treated as equivalent to Windows Server 2016 +@rem Currently Windows Server 2019 is treated as equivalent to Windows Server 2016 :Version10.1 goto Version10.0 |