Project

General

Profile

« Previous | Next » 

Revision 6946aa8d

Added by Jonathon Turel about 5 years ago

Refs #26571 - Support ACL file & router auth

View differences:

manifests/config.pp
group => 'root',
mode => '0644',
}
if $qpid::acl_content {
$acl_file_ensure = file
} else {
$acl_file_ensure = absent
}
file { $qpid::acl_file:
ensure => $acl_file_ensure,
owner => 'root',
group => 'qpidd',
mode => '0640',
content => $qpid::acl_content,
}
}

Also available in: Unified diff