File tree 14 files changed +18
-18
lines changed
14 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 3
3
# Cookbook:: powershell
4
4
# Attribute:: default
5
5
#
6
- # Copyright:: 2014-2018 , Chef Software, Inc.
6
+ # Copyright:: 2014-2019 , Chef Software, Inc.
7
7
#
8
8
# Licensed under the Apache License, Version 2.0 (the "License");
9
9
# you may not use this file except in compliance with the License.
17
17
# See the License for the specific language governing permissions and
18
18
# limitations under the License.
19
19
#
20
- if node [ ' platform_family' ] == ' windows'
20
+ if platform_family? ( ' windows')
21
21
# INSTALLATION_REBOOT_MODE = "no_reboot". It skips reboot required after powershell installation.
22
22
# INSTALLATION_REBOOT_MODE = "immediate_reboot". Used for immediate node reboot after powershell installation.
23
23
# INSTALLATION_REBOOT_MODE = "delayed_reboot". Used for node reboot after chef-client run.
Original file line number Diff line number Diff line change 3
3
# Cookbook:: powershell
4
4
# Attribute:: powershell3
5
5
#
6
- # Copyright:: 2014-2018 , Chef Software, Inc.
6
+ # Copyright:: 2014-2019 , Chef Software, Inc.
7
7
#
8
8
# Licensed under the Apache License, Version 2.0 (the "License");
9
9
# you may not use this file except in compliance with the License.
18
18
# limitations under the License.
19
19
#
20
20
21
- if node [ ' platform_family' ] == ' windows'
21
+ if platform_family? ( ' windows')
22
22
case node [ 'platform_version' ] . split ( '.' ) [ 0 ..1 ] . join ( '.' )
23
23
when '6.1'
24
24
case node [ 'kernel' ] [ 'machine' ]
Original file line number Diff line number Diff line change 3
3
# Cookbook:: powershell
4
4
# Attribute:: powershell4
5
5
#
6
- # Copyright:: 2014-2018 , Chef Software, Inc.
6
+ # Copyright:: 2014-2019 , Chef Software, Inc.
7
7
#
8
8
# Licensed under the Apache License, Version 2.0 (the "License");
9
9
# you may not use this file except in compliance with the License.
18
18
# limitations under the License.
19
19
#
20
20
21
- if node [ ' platform_family' ] == ' windows'
21
+ if platform_family? ( ' windows')
22
22
case node [ 'platform_version' ] . split ( '.' ) [ 0 ..1 ] . join ( '.' )
23
23
when '6.1'
24
24
case node [ 'kernel' ] [ 'machine' ]
Original file line number Diff line number Diff line change 3
3
# Cookbook:: powershell
4
4
# Attribute:: powershell5
5
5
#
6
- # Copyright:: 2014-2018 , Chef Software, Inc.
6
+ # Copyright:: 2014-2019 , Chef Software, Inc.
7
7
#
8
8
# Licensed under the Apache License, Version 2.0 (the "License");
9
9
# you may not use this file except in compliance with the License.
18
18
# limitations under the License.
19
19
#
20
20
21
- if node [ 'platform_family' ] == ' windows'
21
+ if platform? ( ' windows')
22
22
default [ 'powershell' ] [ 'powershell5' ] [ 'version' ] = '5.1'
23
23
24
24
# Make sure .NET 4.5 (minimum) is available.
Original file line number Diff line number Diff line change 4
4
# Cookbook:: powershell
5
5
# Recipe:: default
6
6
#
7
- # Copyright:: 2011-2017 , Chef Software, Inc.
7
+ # Copyright:: 2011-2019 , Chef Software, Inc.
8
8
#
9
9
# Licensed under the Apache License, Version 2.0 (the "License");
10
10
# you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 3
3
# Cookbook:: powershell
4
4
# Recipe:: disable_lcm
5
5
#
6
- # Copyright:: 2015-2017 , Chef Software, Inc.
6
+ # Copyright:: 2015-2019 , Chef Software, Inc.
7
7
#
8
8
# Licensed under the Apache License, Version 2.0 (the "License");
9
9
# you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 3
3
# Cookbook:: powershell
4
4
# Recipe:: dsc
5
5
#
6
- # Copyright:: 2014-2018 , Chef Software, Inc.
6
+ # Copyright:: 2014-2019 , Chef Software, Inc.
7
7
#
8
8
# Licensed under the Apache License, Version 2.0 (the "License");
9
9
# you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 3
3
# Cookbook:: powershell
4
4
# Recipe:: enable_lcm
5
5
#
6
- # Copyright:: 2015-2017 , Chef Software, Inc.
6
+ # Copyright:: 2015-2019 , Chef Software, Inc.
7
7
#
8
8
# Licensed under the Apache License, Version 2.0 (the "License");
9
9
# you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 3
3
# Cookbook:: powershell
4
4
# Recipe:: enable_lcm
5
5
#
6
- # Copyright:: 2015-2017 , Chef Software, Inc.
6
+ # Copyright:: 2015-2019 , Chef Software, Inc.
7
7
#
8
8
# Licensed under the Apache License, Version 2.0 (the "License");
9
9
# you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 3
3
# Cookbook:: powershell
4
4
# Recipe:: powershell2
5
5
#
6
- # Copyright:: 2014-2018 , Chef Software, Inc.
6
+ # Copyright:: 2014-2019 , Chef Software, Inc.
7
7
#
8
8
# Licensed under the Apache License, Version 2.0 (the "License");
9
9
# you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 3
3
# Cookbook:: powershell
4
4
# Recipe:: powershell3
5
5
#
6
- # Copyright:: 2014-2018 , Chef Software, Inc.
6
+ # Copyright:: 2014-2019 , Chef Software, Inc.
7
7
#
8
8
# Licensed under the Apache License, Version 2.0 (the "License");
9
9
# you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 3
3
# Cookbook:: powershell
4
4
# Recipe:: powershell4
5
5
#
6
- # Copyright:: 2014-2018 , Chef Software, Inc.
6
+ # Copyright:: 2014-2019 , Chef Software, Inc.
7
7
#
8
8
# Licensed under the Apache License, Version 2.0 (the "License");
9
9
# you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 3
3
# Cookbook:: powershell
4
4
# Recipe:: powershell5
5
5
#
6
- # Copyright:: 2014-2018 , Chef Software, Inc.
6
+ # Copyright:: 2014-2019 , Chef Software, Inc.
7
7
#
8
8
# Licensed under the Apache License, Version 2.0 (the "License");
9
9
# you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 3
3
# Cookbook:: powershell
4
4
# Recipe:: winrm
5
5
#
6
- # Copyright:: 2014-2018 , Chef Software, Inc.
6
+ # Copyright:: 2014-2019 , Chef Software, Inc.
7
7
#
8
8
# Licensed under the Apache License, Version 2.0 (the "License");
9
9
# you may not use this file except in compliance with the License.
You can’t perform that action at this time.
0 commit comments