diff options
Diffstat (limited to 'pcr/icinga/icinga.install')
-rw-r--r-- | pcr/icinga/icinga.install | 22 |
1 files changed, 22 insertions, 0 deletions
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 <<EOM + +--> 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 + +} |