Skip to content

Commit 83a63ff

Browse files
committed
chore: address the lint issue
Signed-off-by: Sidharth Jawale <sidharth@obmondo.com>
1 parent 8a578ff commit 83a63ff

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
version: 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

88
hierarchy:
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"

modules/enableit/rustdesk/manifests/server.pp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,4 @@
6767
require => Package[$server],
6868
}
6969
}
70+
}

0 commit comments

Comments
 (0)