~juju-qa/juju-core/1.16-packaging

« back to all changes in this revision

Viewing changes to src/launchpad.net/juju-core/provider/maas/environprovider.go

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2013-10-10 18:07:45 UTC
  • mfrom: (1.1.10)
  • Revision ID: package-import@ubuntu.com-20131010180745-wuo0vv7hq7faavdk
Tags: 1.16.0-0ubuntu1
New upstream stable release (LP: #1219879).

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
}
63
63
 
64
64
// SecretAttrs is specified in the EnvironProvider interface.
65
 
func (prov maasEnvironProvider) SecretAttrs(cfg *config.Config) (map[string]interface{}, error) {
66
 
        secretAttrs := make(map[string]interface{})
 
65
func (prov maasEnvironProvider) SecretAttrs(cfg *config.Config) (map[string]string, error) {
 
66
        secretAttrs := make(map[string]string)
67
67
        maasCfg, err := prov.newConfig(cfg)
68
68
        if err != nil {
69
69
                return nil, err