Skip to content

Commit efef990

Browse files
Merge pull request #35 from ploperations/feature_amazon_support
Add support for Amazon
2 parents 116246b + 494fae6 commit efef990

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/params.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
Boolean $cygwin = lookup('cygwin::enable', Boolean, undef, false),
88
) {
99
case $facts['os']['name'] {
10-
'AlmaLinux', 'CentOS', 'RedHat', 'Fedora': {
10+
'AlmaLinux', 'Amazon', 'CentOS', 'RedHat', 'Fedora': {
1111
$server_class = 'ssh::server::linux'
1212
$client_package = 'openssh-clients'
1313
$server_package = 'openssh-server'

0 commit comments

Comments
 (0)