ActiveMQ / FuseMQ conf module for Augeas
Author: Brian Redbeard redb@dead-c ity.org eard
ActiveMQ_Conf | ActiveMQ / FuseMQ conf module for Augeas |
Reference | This lens ensures that conf files included in ActiveMQ /FuseMQ are properly handled by Augeas. |
License | This file is licensed under the LGPL License. |
Lens Usage | |
Configuration files | This lens applies to relevant conf files located in /etc/activemq/ and the file /etc/activemq.conf . |
Augeas Variables | |
blank_val | |
Augeas Lenses | |
entry | |
empty_entry | |
lns | |
Augeas Variables | |
filter |
This lens applies to relevant conf files located in /etc/activemq/ and the file /etc/activemq.conf . See filter.
let blank_val = del /^\z/
let entry = Build.key_value_line Rx.word Sep.space_equal Quote.any_opt
let empty_entry = Build.key_value_line Rx.word Sep.equal Quote.dquote_opt_nil
let lns = (Util.empty | Util.comment | entry | empty_entry )*