From 3cf7838401c53690a86eb4a0cc5e4eb7b53d89ef Mon Sep 17 00:00:00 2001 From: Gabriel Filion Date: Thu, 8 Dec 2011 20:13:48 -0500 Subject: 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. --- files/configs/cgi.cfg | 1 + files/configs/nagios.cfg | 1 + 2 files changed, 2 insertions(+) create mode 120000 files/configs/cgi.cfg create mode 120000 files/configs/nagios.cfg (limited to 'files') 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 -- cgit v1.2.3