/[pkg-ruby-extras]/trunk/chef/debian/chef.config
ViewVC logotype

Contents of /trunk/chef/debian/chef.config

Parent Directory Parent Directory | Revision Log Revision Log


Revision 5446 - (show annotations) (download)
Thu May 27 15:30:28 2010 UTC (2 years, 11 months ago) by jtimberman-guest
File size: 303 byte(s)
corrected pedantic lintian findings, removed old deprecated scripts
1 #!/bin/bash
2 set -e
3
4 . /usr/share/debconf/confmodule
5
6 export PATH=$PATH:/sbin:/usr/sbin:/bin:/usr/bin
7
8 case "$1" in
9 configure|reconfigure)
10 db_input high chef/chef_server_url || true
11 db_go
12 ;;
13 *)
14 echo "config called with unknown argument \`$1'" >&2
15 exit 1
16 ;;
17 esac
18
19 db_stop
20
21 exit 0

  ViewVC Help
Powered by ViewVC 1.1.5