Ubuntu Pastebin

Paste from Cory at Thu, 22 Oct 2015 18:29:32 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
ubuntu@murdoch:~/charm-repo/layers/vanilla$ echo 'Override' > templates/site.conf 
ubuntu@murdoch:~/charm-repo/layers/vanilla$ charm build
build: Composing into /home/ubuntu/charm-repo
build: Processing layer: layer:basic
build: Processing layer: layer:apache-php
build: Processing layer: vanilla
build: Processing interface: http
build: Processing interface: mysql
ubuntu@murdoch:~/charm-repo/layers/vanilla$ cat /home/ubuntu/charm-repo/trusty/vanilla/templates/site.conf 
Override
ubuntu@murdoch:~/charm-repo/layers/vanilla$ 
Download as text