Wordpress Plugins Charmers Wordpress Plugins

  • By Wordpress Plugins Charmers
Channel Revision Published Runs on
latest/stable 0 19 Mar 2021
Ubuntu 18.04 Ubuntu 16.04 Ubuntu 14.04
juju deploy wordpress-plugins-charmers-wordpress-plugins
Show information

Platform:

Ubuntu
18.04 16.04 14.04

Learn about configurations >

  • apparmor_rules | string

    comma-separated apparmor rules to be installed in the container charm's apparmor hat.

  • code_uri | string

    Location where the complete plug-in code may be retrieved from. Accepts all formats supported by the charmhelpers' fetch framework. For example: branch from launchpad: lp:~canonical-sysadmins/wordpress/4.1 clone from git: git://example.com/new-theme-branch use file bundled with the charm: file:sourcecode/wordpress.tgz download directory from wordpress.org: https://wordpress.org/latest.tar.gz

  • forced_options | string

    Default: {}

    YAML dictionary with keys named after wordpress settings and the desired values. Please note that the settings will be reset to values provided every time hooks run

  • plugin_name | string

    Name of the plugin to deploy. Must be valid as a directory name.

  • required_plugins | string

    Space-separated list of plugin names that must be installed before this one.