Skip to content

Commit 0aceb2e

Browse files
Move third party cookbooks out of third party directory
Without berkshelf, we need the cookbooks to be under the same directory to let CINC recognize the cookbooks. We can configure CINC with multiple folders of cookbooks, but need significant extra effort. Signed-off-by: Hanwen <[email protected]>
1 parent 0fcad0e commit 0aceb2e

File tree

438 files changed

+21
-5
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

438 files changed

+21
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
uses: ludeeus/action-shellcheck@master
9696
with:
9797
severity: warning
98-
ignore_paths: cookbooks/third-party
98+
ignore_paths: cookbooks/iptables cookbooks/line cookbooks/nfs cookbooks/openssh cookbooks/yum cookbooks/yum-epel
9999
rspec:
100100
name: ChefSpec
101101
runs-on: ubuntu-latest

.rubocop.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,12 @@ Lint/UnmodifiedReduceAccumulator: # (new in 1.1)
9898
AllCops:
9999
NewCops: enable
100100
Exclude:
101-
- 'cookbooks/third-party/**/*'
101+
- 'cookbooks/iptables/**/*'
102+
- 'cookbooks/line/**/*'
103+
- 'cookbooks/nfs/**/*'
104+
- 'cookbooks/openssh/**/*'
105+
- 'cookbooks/yum/**/*'
106+
- 'cookbooks/yum-epel/**/*'
102107

103108
Chef/Deprecations/ChefSpecCoverageReport:
104109
Enabled: false

README.md

Lines changed: 2 additions & 2 deletions
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)