Merged in oherrala/puppet/oherrala-yum-spdy-gpgkey (pull request #50)

yum: Key for mod_spdy found. It's Google's! Should have known..
This commit is contained in:
Timo Mäkinen 2014-02-28 10:22:37 +02:00
commit fbadf40c91

View file

@ -650,6 +650,7 @@ class yum::repo::mod_spdy {
yum::repo { "mod_spdy": yum::repo { "mod_spdy":
descr => "mod_spdy Repository", descr => "mod_spdy Repository",
baseurl => "http://dl.google.com/linux/mod-spdy/rpm/stable/x86_64", baseurl => "http://dl.google.com/linux/mod-spdy/rpm/stable/x86_64",
gpgkey => "puppet:///modules/yum/keys/google.key",
} }
} }