File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
modules/enableit/rustdesk Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 11---
22version : 5
33
4- defaults : # Used for any hierarchy level that omits these keys.
5- datadir : data # This path is relative to hiera.yaml's directory.
6- data_hash : yaml_data # Use the built-in YAML backend.
4+ defaults : # Used for any hierarchy level that omits these keys.
5+ datadir : data # This path is relative to hiera.yaml's directory.
6+ data_hash : yaml_data # Use the built-in YAML backend.
77
88hierarchy :
99 - name : " osfamily/major release"
1010 paths :
11- # Used to distinguish between Debian and Ubuntu
11+ # Used to distinguish between Debian and Ubuntu
1212 - " os/%{facts.os.name}/%{facts.os.release.major}.yaml"
1313 - " os/%{facts.os.family}/%{facts.os.release.major}.yaml"
1414 # Used for Solaris
@@ -17,5 +17,5 @@ hierarchy:
1717 paths :
1818 - " os/%{facts.os.name}.yaml"
1919 - " os/%{facts.os.family}.yaml"
20- - name : ' common'
21- path : ' common.yaml'
20+ - name : " common"
21+ path : " common.yaml"
Original file line number Diff line number Diff line change 6767 require => Package[$server ],
6868 }
6969 }
70+ }
You can’t perform that action at this time.
0 commit comments