Skip to content

Commit

Permalink
Disable gpg check for yumrepo
Browse files Browse the repository at this point in the history
  • Loading branch information
Joris29 committed Nov 28, 2023
1 parent 0ab1c4c commit e41631b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/RedHat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ rundeck::repo_config:
baseurl: 'https://packagecloud.io/pagerduty/rundeck/rpm_any/rpm_any/$basearch'
descr: 'Rundeck repository'
enabled: 1
gpgcheck: 1
gpgcheck: 0
gpgkey: 'https://packagecloud.io/pagerduty/rundeck/gpgkey'
repo_gpgcheck: 1
2 changes: 1 addition & 1 deletion spec/classes/install_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
baseurl: 'https://packagecloud.io/pagerduty/rundeck/rpm_any/rpm_any/$basearch',
descr: 'Rundeck repository',
enabled: 1,
gpgcheck: 1,
gpgcheck: 0,
gpgkey: 'https://packagecloud.io/pagerduty/rundeck/gpgkey',
repo_gpgcheck: 1
).that_comes_before('Package[rundeck]')
Expand Down

0 comments on commit e41631b

Please sign in to comment.