~mthaddon/mojo/juju-intro-mojo-specs

« back to all changes in this revision

Viewing changes to mojo-how-to/devel/build

  • Committer: Tom Haddon
  • Date: 2015-05-21 09:54:20 UTC
  • Revision ID: tom.haddon@canonical.com-20150521095420-bi4je9znvb28955r
Typo in the services-secret filename

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
if [ ${MOJO_STAGE##*/} != "production" ]; then
13
13
    # We don't deploy landscape in non-production environments, but we need a
14
14
    # dummy secrets file
15
 
    echo "Creating dummy services-secrets file in ${MOJO_LOCAL_DIR}"
 
15
    echo "Creating dummy services-secret file in ${MOJO_LOCAL_DIR}"
16
16
    echo "mojo-how-to:
17
17
    services:
18
18
        nrpe:
19
 
            charm: nrpe-external-master" > ${MOJO_LOCAL_DIR}/services-secrets
 
19
            charm: nrpe-external-master" > ${MOJO_LOCAL_DIR}/services-secret
20
20
fi