Added x86_64 Adobe yum repository support.
This commit is contained in:
parent
bd10fa34e6
commit
37e39c5c19
1 changed files with 8 additions and 0 deletions
|
@ -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",
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue