~evilnick/juju-core/docs-commands-rework

« back to all changes in this revision

Viewing changes to htmldocs/charms-config.html

  • Committer: Nate Finch
  • Date: 2013-10-01 17:25:10 UTC
  • mfrom: (136.1.2 docs)
  • Revision ID: nate.finch@canonical.com-20131001172510-5s2zq8cnxs33fx4m
mergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
131
131
    type: string
132
132
    value: vector
133
133
</pre>
134
 
              <p>You can set the options using the  <code>juju set &LT;service&GT;</code>, specifying multiple key:value pairs if necessary:</p>
 
134
                <p>You can set the options using the <code>juju set &LT;service&GT;</code>, specifying multiple key=value pairs if necessary:</p>
135
135
<pre class="prettyprint">
136
136
juju set mediawiki skin=monoblock name='Juju Wiki' 
137
137
</pre>
 
138
                <p>Setting options back to their default value is done using the <code>unset</code> command followed
 
139
                by the service and the respective options:</p>
 
140
<pre class="prettyprint">
 
141
juju unset mediawiki admins name 
 
142
</pre>
138
143
            </section>
139
144
<!--Postamble-->
140
145
        </div>