Skip to content

Commit

Permalink
Added gpgcheck to redhat yum repo configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
salekseev committed Jul 5, 2013
1 parent ca7d2db commit b279978
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 b279978

Please sign in to comment.