typofix - https://github.com/vlajos/misspell_fixer
This commit is contained in:
@@ -39,7 +39,7 @@ class TestInstallHook():
|
||||
pmock.return_value.write_lines.assert_called_with(['line1', 'line2',
|
||||
'test1', 'test2'])
|
||||
|
||||
def test_update_rc_files_with_nonexistant_path(self):
|
||||
def test_update_rc_files_with_nonexistent_path(self):
|
||||
"""
|
||||
Test an unhappy path if the bashrc/users do not exist.
|
||||
"""
|
||||
|
@@ -3,7 +3,7 @@
|
||||
set -ex
|
||||
|
||||
# Start is guaranteed to be called once when after the unit is installed
|
||||
# *AND* once everytime a machine is rebooted.
|
||||
# *AND* once every time a machine is rebooted.
|
||||
|
||||
if [ ! -f $CHARM_DIR/.unit-state ]
|
||||
then
|
||||
|
@@ -16,7 +16,7 @@
|
||||
|
||||
import json
|
||||
import sys
|
||||
# This script helps parse out the private IP addreses from the
|
||||
# This script helps parse out the private IP addresses from the
|
||||
# `juju run` command's JSON object, see cluster/juju/util.sh
|
||||
|
||||
if len(sys.argv) > 1:
|
||||
|
@@ -135,7 +135,7 @@ function sleep-status() {
|
||||
|
||||
# sleep because we cannot get the status back of where the minions are in the deploy phase
|
||||
# thanks to a generic "started" state and our service not actually coming online until the
|
||||
# minions have recieved the binary from the master distribution hub during relations
|
||||
# minions have received the binary from the master distribution hub during relations
|
||||
echo "Sleeping an additional minute to allow the cluster to settle"
|
||||
sleep 60
|
||||
}
|
||||
|
Reference in New Issue
Block a user