1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | name: juju
version: 2.0-beta12
summary: juju client
description: Through the use of charms, juju provides you with shareable, re-usable, and repeatable expressions of devops best practices.
confinement: devmode
apps:
juju:
command: bin/juju
plugs: [network, network-bind]
parts:
juju:
plugin: go
go-packages:
- github.com/juju/juju/...
build-packages: [git]
#apps:
# juju:
# command: bin/juju
#parts:
# client:
# plugin: go
# source: git://github.com/juju/juju
|