diff options
author | Gabriel Filion <lelutin@gmail.com> | 2011-12-08 20:13:48 -0500 |
---|---|---|
committer | Gabriel Filion <lelutin@gmail.com> | 2011-12-08 20:13:48 -0500 |
commit | 3cf7838401c53690a86eb4a0cc5e4eb7b53d89ef (patch) | |
tree | 2fe842c606db839adc49c1691f9d7be6b25581b7 | |
parent | c0c1cb62d39b2353b338499098a26cd02424a9f3 (diff) |
Provide default config files for nagios.cfg and cgi.cfg
The current code tries to get the content of those two files in a bunch
of places and defines a fallback to a generic file in the module's
files/configs directory.
The problem is that there is no such generic config file present.
Link to Debian's config files as a generic version of those
configuration files.
This bug was found by taggart.
l--------- | files/configs/cgi.cfg | 1 | ||||
l--------- | files/configs/nagios.cfg | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/files/configs/cgi.cfg b/files/configs/cgi.cfg new file mode 120000 index 0000000..db9667b --- /dev/null +++ b/files/configs/cgi.cfg @@ -0,0 +1 @@ +Debian/cgi.cfg
\ No newline at end of file diff --git a/files/configs/nagios.cfg b/files/configs/nagios.cfg new file mode 120000 index 0000000..1409b9e --- /dev/null +++ b/files/configs/nagios.cfg @@ -0,0 +1 @@ +Debian/nagios.cfg
\ No newline at end of file |