mmm / charmtester

Other
4 stars 2 forks source link

Install fails due to unbound variable #5

Closed marcoceppi closed 11 years ago

marcoceppi commented 11 years ago
2013-04-05 12:06:54,963: unit.hook.api@INFO: Configuring user for jenkins...
2013-04-05 12:06:56,501: unit.hook.api@INFO: Bootstrapping secure initial configuration in Jenkins...
2013-04-05 12:06:57,889: unit.hook.api@INFO: Installing plugins
2013-04-05 12:07:02,737: unit.hook.api@INFO: Installing https://updates.jenkins-ci.org//latest/greenballs.hpi
2013-04-05 12:07:04,606: unit.hook.api@INFO: got it
2013-04-05 12:07:04,658: hook.output@INFO: /var/lib/juju/units/charmtester-0/charm/hooks/install: line 90: plugin_file: unbound variable

It looks like https://github.com/mmm/charmtester/commit/6f898d2359917c33f3c331b532a76abbfd42526b removed the initial variable declaration.

mmm commented 11 years ago

dunno wth is going on with this... make sure you've gotten the config from the charmtester-control instance. I've made many config changes without checking to insure that the charm comes up with default values.

marcoceppi commented 11 years ago

This is resolved now!