Skip to content

Commit

Permalink
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
  • Loading branch information
ekohl committed Oct 20, 2018
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
Expand Up @@ -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'] {
Expand Down

0 comments on commit 4fc378e

Please sign in to comment.