Project

General

Profile

Download (193 Bytes) Statistics
| Branch: | Tag: | Revision:
class qpid::config {

user { 'qpidd':
ensure => present,
groups => [$::certs::user_groups],
}

file { "/etc/qpidd.conf":
content => template("qpid/etc/qpidd.conf.erb")
}

}
(2-2/6)