Project

General

Profile

« Previous | Next » 

Revision 35e7756d

Added by Dennis Kliban almost 9 years ago

Removes brackets around user_group parameter

The value defaults to [] already. No need to create an array of arrays.

View differences:

manifests/config.pp
} ->
user { $qpid::user:
ensure => present,
groups => [$qpid::user_groups],
groups => $qpid::user_groups,
}
file { $qpid::config_file:

Also available in: Unified diff