Project

General

Profile

« Previous | Next » 

Revision bd9593bf

Added by Timo Goebel about 7 years ago

add SLES AIO agent support

View differences:

manifests/params.pp
$manage_packages = true
if $aio_package and $::osfamily != 'Windows' {
$dir_owner = 'root'
$dir_group = $root_group
} elsif $::osfamily == 'Windows' {
if $::osfamily == 'Windows' {
$dir_owner = undef
$dir_group = undef
} elsif $aio_package or $::osfamily == 'Suse' {
$dir_owner = 'root'
$dir_group = $root_group
} else {
$dir_owner = $user
$dir_group = $group

Also available in: Unified diff