Skip to content

Commit

Permalink
Merge pull request #84 from salekseev/feature/gpgcheck
Browse files Browse the repository at this point in the history
Added gpgcheck to redhat yum repo configuration.
  • Loading branch information
James Fryman committed Jul 8, 2013
2 parents ca7d2db + b279978 commit 0ea33de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion manifests/package/redhat.pp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
baseurl => "http://nginx.org/packages/${os_type}/${os_rel}/\$basearch/",
descr => 'nginx repo',
enabled => '1',
gpgcheck => '0',
gpgcheck => '1',
gpgkey => "http://nginx.org/keys/nginx_signing.key",
}

package { $redhat_packages:
Expand Down

0 comments on commit 0ea33de

Please sign in to comment.