From 1c350abff41a00b791382787717788bec2f88433 Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Mon, 1 Dec 2014 17:43:45 +0000 Subject: Remove unicode characters --- morphlib/plugins/deploy_plugin.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/morphlib/plugins/deploy_plugin.py b/morphlib/plugins/deploy_plugin.py index f7bb4ffa..87e129e5 100644 --- a/morphlib/plugins/deploy_plugin.py +++ b/morphlib/plugins/deploy_plugin.py @@ -182,14 +182,16 @@ class DeployPlugin(cliapp.Plugin): 1. In the cluster definition file, e.g. - … + ... systems: - morph: systems/foo-system.morph deploy: foo: HOSTNAME: foo - 2. In the environment before running e.g. `HOSTNAME=foo morph deploy …` + 2. In the environment before running e.g. + + `HOSTNAME=foo morph deploy ...` 3. On the command-line e.g. `morph deploy clusters/foo.morph foo.HOSTNAME=foo` -- cgit v1.2.1