From e72ed9b48affcd7747805203ee8b6165fc5ccb80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Mon, 1 Jun 2015 12:58:16 -0300 Subject: icinga: add new package to [pcr] -> https://labs.parabola.nu/issues/724 --- pcr/icinga/icinga.install | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 pcr/icinga/icinga.install (limited to 'pcr/icinga/icinga.install') diff --git a/pcr/icinga/icinga.install b/pcr/icinga/icinga.install new file mode 100644 index 000000000..5799254e9 --- /dev/null +++ b/pcr/icinga/icinga.install @@ -0,0 +1,22 @@ +# arg 1: the new package version + +post_install() { + cat < Sample config files are installed with .sample extension. +--> Remember, these are *SAMPLE* config files. You'll need to read +--> the documentation for more information on how to actually define +--> services, hosts, etc. to fit your particular needs. +--> Remenber to include the the http icinga configuration file in the +--> /etc/httpd/conf/httpd.conf file. + +EOM + +} + +post_remove() { + + userdel icinga + groupdel icinga + +} -- cgit v1.2.3-2-g168b