File: puppet-module-openstacklib.postinst

package info (click to toggle)
puppet-module-openstacklib 9.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 528 kB
  • ctags: 123
  • sloc: ruby: 2,848; python: 35; sh: 21; makefile: 17
file content (11 lines) | stat: -rw-r--r-- 235 bytes parent folder | download | duplicates (5)
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/openstacklib puppet-module-openstacklib /usr/share/puppet/modules.available/openstacklib 500
fi

#DEBHELPER#

exit 0