Skip to content

Commit

Permalink
fix: tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
SchoolGuy committed Nov 17, 2023
1 parent 470d039 commit e561f33
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/integration/default/controls/config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
its('content') { should include '"added_in_lookup": "lookup_value"' }
its('content') { should include '"config": "/etc/template-formula.conf"' }
its('content') { should include '"lookup": {"added_in_lookup": "lookup_value",' }
its('content') { should include '"pkg": {"communityrepo": "' }
its('content') { should include '"pkg": {"communityrepo": {}' }
its('content') { should include '"service": {"name": "' }
its('content') do
# rubocop:disable Lint/RedundantCopDisableDirective
Expand Down
2 changes: 1 addition & 1 deletion test/integration/default/files/_mapdata/opensuse-15.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ values:
master: template-master
pkg:
communityrepo:
enabled: true
enabled: false
version: 3.3.x
epel:
enabled: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ values:
master: template-master
pkg:
communityrepo:
enabled: true
enabled: false
version: 3.3.x
epel:
enabled: false
Expand Down

0 comments on commit e561f33

Please sign in to comment.