Skip to content

Commit

Permalink
Let's not hardcode x86_64...
Browse files Browse the repository at this point in the history
  • Loading branch information
Morgan Haskel committed May 27, 2014
1 parent 6a42920 commit a363221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/acceptance/mod_pagespeed_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class { 'apt': }
}
} elsif $::osfamily == 'RedHat' {
yumrepo { 'mod-pagespeed':
baseurl => 'http://dl.google.com/linux/mod-pagespeed/rpm/stable/x86_64',
baseurl => "http://dl.google.com/linux/mod-pagespeed/rpm/stable/$::architecture",
enabled => 1,
gpgcheck => 1,
gpgkey => 'https://dl-ssl.google.com/linux/linux_signing_key.pub',
Expand Down

0 comments on commit a363221

Please sign in to comment.