File: puppet-module-magnum.postinst

package info (click to toggle)
puppet-module-magnum 17.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 696 kB
  • sloc: ruby: 1,889; python: 37; makefile: 21; sh: 15
file content (11 lines) | stat: -rw-r--r-- 210 bytes parent folder | download | duplicates (3)
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/magnum puppet-module-magnum /usr/share/puppet/modules.available/magnum 500
fi

#DEBHELPER#

exit 0