Skip to content

Commit

Permalink
(PUP-11986) Add Amazon Linux package mapping
Browse files Browse the repository at this point in the history
This commit adds a mapping for a package for Amazon Linux to use for the
systemd masked services test.
  • Loading branch information
mhashizume committed Nov 21, 2023
1 parent 60272f6 commit 78a5423
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
package_name = {'el' => 'httpd',
'centos' => 'httpd',
'fedora' => 'httpd',
'amazon' => 'httpd',
'sles' => 'apache2',
'debian' => 'cron', # apache2 does not create systemd service symlinks in Debian
'ubuntu' => 'cron', # See https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1447807
Expand Down

0 comments on commit 78a5423

Please sign in to comment.