Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
grandmotivator committed Jun 21, 2022
1 parent fdf8a63 commit 54b2d8e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .yamllint
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ yaml-files:
# SaltStack Formulas additional settings
- '*.example'
- test/**/*.sls
# `osw` additional settings
# Additional settings
- '*.sls'

rules:
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ pre-commit installed at .git/hooks/commit-msg

### Key branches

- `master` is the latest, deployed version
- `master` is the latest, deployed version.

## Contribute to the core code or bug fixes
4 changes: 2 additions & 2 deletions test/integration/default/controls/users_and_groups.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
control 'osw users' do
title 'The required groups and users should be created'

groups = %w[opensourcewebsite.org grandmotivator mycelium]
users = %w[opensourcewebsite.org grandmotivator mycelium]
groups = %w[opensourcewebsite.org]
users = %w[opensourcewebsite.org]

groups.each do |g|
describe group(g) do
Expand Down
4 changes: 2 additions & 2 deletions test/integration/default/inspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
---
name: default
title: osw-devops
maintainer: OpenSourceWebsite
license: Apache-2.0
maintainer: OpenSourceWebsite.org
license: MIT
# yamllint disable-line rule:line-length
summary: Verify that the osw-devops formula is setup and configured correctly
supports:
Expand Down

0 comments on commit 54b2d8e

Please sign in to comment.