Skip to content

Commit 78a5423

Browse files
committed
(PUP-11986) Add Amazon Linux package mapping
This commit adds a mapping for a package for Amazon Linux to use for the systemd masked services test.
1 parent 60272f6 commit 78a5423

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

acceptance/tests/resource/service/ticket_5024_systemd_enabling_masked_service.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
package_name = {'el' => 'httpd',
1818
'centos' => 'httpd',
1919
'fedora' => 'httpd',
20+
'amazon' => 'httpd',
2021
'sles' => 'apache2',
2122
'debian' => 'cron', # apache2 does not create systemd service symlinks in Debian
2223
'ubuntu' => 'cron', # See https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1447807

0 commit comments

Comments
 (0)