Merge lp:~johnsca/charms/precise/couchdb/fix-install into lp:~mbruzek/charms/precise/couchdb/tests

Proposed by Cory Johns
Status: Merged
Merged at revision: 14
Proposed branch: lp:~johnsca/charms/precise/couchdb/fix-install
Merge into: lp:~mbruzek/charms/precise/couchdb/tests
Diff against target: 18 lines (+2/-2)
1 file modified
hooks/install (+2/-2)
To merge this branch: bzr merge lp:~johnsca/charms/precise/couchdb/fix-install
Reviewer Review Type Date Requested Status
Matt Bruzek Approve
Review via email: mp+243549@code.launchpad.net

Description of the change

Fix hard-coded old path to open-port utility in install hook.

To post a comment you must log in.
Revision history for this message
Matt Bruzek (mbruzek) wrote :

Thanks for submitting the fixes Cory.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'hooks/install'
2--- hooks/install 2012-02-09 22:51:46 +0000
3+++ hooks/install 2014-12-03 15:20:41 +0000
4@@ -4,7 +4,7 @@
5
6
7 apt-get -y install python-software-properties debconf debconf-utils
8-apt-add-repository ppa:facter-plugins/ppa
9+apt-add-repository -y ppa:facter-plugins/ppa
10 apt-get -y update
11 apt-get install -y couchdb facter facter-customfacts-plugin uuid python-couchdb pwgen
12
13@@ -28,4 +28,4 @@
14
15 service couchdb status && service couchdb restart || service couchdb start
16
17-[ -x /usr/bin/open-port ] && open-port `facter couchdb_port`/TCP
18+open-port `facter couchdb_port`/TCP

Subscribers

People subscribed via source and target branches

to all changes: