~gandelman-a/charms/precise/rabbitmq-server/py-rewrite

« back to all changes in this revision

Viewing changes to hooks/rabbitmq-common

  • Committer: Adam Gandelman
  • Date: 2011-07-19 00:36:10 UTC
  • Revision ID: adamg@canonical.com-20110719003610-n455kc9x0kc47zkl
Add license

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/bin/bash
 
2
#
 
3
#  rabbitmq-common - common formula shell functions and config variables
 
4
#
 
5
#  Copyright (C) 2011  Canonical Ltd.
 
6
#  Author: Adam Gandelman <adam.gandelman@canonical.com>
 
7
#
 
8
#  This program is free software: you can redistribute it and/or modify
 
9
#  it under the terms of the GNU General Public License as published by
 
10
#  the Free Software Foundation, either version 3 of the License, or
 
11
#  (at your option) any later version.
 
12
#
 
13
# This program is distributed in the hope that it will be useful,
 
14
#  but WITHOUT ANY WARRANTY; without even the implied warranty of
 
15
#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
16
#  GNU General Public License for more details.
 
17
#
 
18
#  You should have received a copy of the GNU General Public License
 
19
#  along with this program.  If not, see <http://www.gnu.org/licenses/>.
2
20
 
3
21
RABBIT_CTL='rabbitmqctl'
4
22
HOSTNAME=`hostname -f`