File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,14 +6,14 @@ defaults: # Used for any hierarchy level that omits these keys.
6
6
data_hash : yaml_data # Use the built-in YAML backend.
7
7
8
8
hierarchy :
9
- - name : " osfamily /major release"
9
+ - name : " os.family /major release"
10
10
paths :
11
11
# Used to distinguish between Debian and Ubuntu
12
12
- " os/%{facts.os.name}/%{facts.os.release.major}.yaml"
13
13
- " os/%{facts.os.family}/%{facts.os.release.major}.yaml"
14
14
# Used for Solaris
15
15
- " os/%{facts.os.family}/%{facts.kernelrelease}.yaml"
16
- - name : " osfamily "
16
+ - name : " os.family "
17
17
paths :
18
18
- " os/%{facts.os.name}.yaml"
19
19
- " os/%{facts.os.family}.yaml"
Original file line number Diff line number Diff line change 3
3
require 'puppet/provider/exec'
4
4
5
5
Puppet ::Type . type ( :exec ) . provide :powershell , parent : Puppet ::Provider ::Exec do
6
- confine operatingsystem : :windows
6
+ confine 'os.name' : :windows
7
7
confine feature : :pwshlib
8
8
9
9
desc <<-DESC
You can’t perform that action at this time.
0 commit comments