~jameinel/juju-core/api-registry-tracks-type

« back to all changes in this revision

Viewing changes to agent/agent.go

Merged local-sudo-caller into local-provider-bootstrap.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
import (
7
7
        "fmt"
8
8
        "io/ioutil"
 
9
        "os"
 
10
        "path"
 
11
        "regexp"
 
12
 
9
13
        "launchpad.net/goyaml"
 
14
 
10
15
        "launchpad.net/juju-core/errors"
11
16
        "launchpad.net/juju-core/state"
12
17
        "launchpad.net/juju-core/state/api"
13
18
        "launchpad.net/juju-core/state/api/params"
14
19
        "launchpad.net/juju-core/utils"
15
 
        "os"
16
 
        "path"
17
 
        "regexp"
18
20
)
19
21
 
20
22
// Conf holds information for a given agent.