Будет ли 11.10 или 12.04 работать в моей системе?

juju get, а затем имя чара сообщит вам, какие параметры конфигурации у него есть, и каково текущее значение, если оно есть.

jorge@lowgirl:~/src/oneiric$ juju get statusnet
charm: local:oneiric/statusnet-1
service: statusnet
settings:
    email:
        description: The email address of the administrator (cannot be changed)
        type: string
        value: -Not set-
    nickname:
        description: The nickname for the administrator (cannot be changed)
        type: string
        value: -Not set-
    password:
        description: The password for the administrator
        type: string
        value: -Not set-
    title:
        description: The name of the site
        type: string
        value: Untitled

juju set затем передаст конфигурацию, например поэтому:

juju set statusnet email="whatever@example.com" nickname="jorge" password="whatever"

Каждая команда имеет соответствующую документацию:

juju get --help juju set --help
4
задан 28 April 2012 в 03:56

0 ответов

Другие вопросы по тегам:

Похожие вопросы: