~wesmason/charms/precise/serverdensity/trunk

« back to all changes in this revision

Viewing changes to hooks/config-changed

  • Committer: Wes Mason
  • Date: 2014-01-26 23:21:41 UTC
  • Revision ID: wes@1stvamp.org-20140126232141-b95lxxfq2dsbff36
Fix missing plugin-dir config variable, and bump revision

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 
8
8
juju-log "Setting environment variables for agent config"
9
9
export SD_URL=$(config-get sd-url)
 
10
export SD_PLUGIN_DIR=$(config-get plugin-dir)
10
11
export SD_AGENT_KEY=$(config-get agent-key)
11
12
export SD_APACHE_URL=$(config-get apache-url)
12
13
export SD_APACHE_USER=$(config-get apache-user)