Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request voxpupuli#1263 from feltra/add_default_aix_params
Browse files Browse the repository at this point in the history
add default values for AIX servers
ekohl authored Oct 20, 2018

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
2 parents 8144f3f + 0d362c4 commit 4fc378e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions manifests/params.pp
Original file line number Diff line number Diff line change
@@ -166,6 +166,16 @@
'run_dir' => '/var/www',
}
}
'AIX': {
$_module_os_overrides = {
'daemon_user' => 'nginx',
'root_group' => 'system',
'conf_dir' => '/opt/freeware/etc/nginx/',
'log_dir' => '/opt/freeware/var/log/nginx/',
'log_group' => 'system',
'run_dir' => '/opt/freeware/share/nginx/html',
}
}
default: {
## For cases not covered in $::osfamily
case $facts['os']['name'] {

0 comments on commit 4fc378e

Please sign in to comment.