~brianlbaird/charms/trusty/pcrf/trunk

« back to all changes in this revision

Viewing changes to trusty/pcrf/deps/layer/layer-docker/layer.yaml

  • Committer: brian baird
  • Date: 2016-08-24 18:05:17 UTC
  • Revision ID: brianlbaird@gmail.com-20160824180517-uyp6100mfwuj6les
dt demo

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
includes:
 
2
  - 'layer:basic'
 
3
repo: https://github.com/juju-solutions/layer-docker.git
 
4
defines:
 
5
  skip-install:
 
6
    description: Useful when creating docker subordinates, skip the install routine
 
7
    type: boolean
 
8
    default: false
 
9
tactics: ['tactics.docker.DockerWheelhouseTactic']
 
10