File: puppet-module-saz-rsyslog.postinst

package info (click to toggle)
puppet-module-saz-rsyslog 2.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 252 kB
  • ctags: 1
  • sloc: ruby: 528; sh: 15; makefile: 12
file content (11 lines) | stat: -rw-r--r-- 221 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

set -e

if [ "${1}" = "configure" ] ; then
	update-alternatives --install /usr/share/puppet/modules/saz-rsyslog puppet-module-rsyslog /usr/share/puppet/modules.available/saz-rsyslog 500
fi

#DEBHELPER#

exit 0