Added x86_64 Adobe yum repository support.

This commit is contained in:
Timo Mkinen 2012-01-13 09:46:48 +02:00
parent bd10fa34e6
commit 37e39c5c19

View file

@ -122,6 +122,14 @@ class yum::repo::adobe {
gpgkey => "puppet:///modules/yum/keys/adobe.key",
}
if $architecture == "x86_64" {
yum::repo { "adobe-x86_64":
descr => "Adobe Systems Incorporated (x86_64)",
baseurl => "http://linuxdownload.adobe.com/linux/x86_64/",
gpgkey => "puppet:///modules/yum/keys/adobe.key",
}
}
}