Skip to content

Commit

Permalink
add default values for AIX servers
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean Michel Feltrin committed Oct 10, 2018
1 parent 8d91877 commit 2e55195
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 @@ -165,6 +165,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 2e55195

Please sign in to comment.