File tree 2 files changed +4
-5
lines changed
2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ Cleanup:
46
46
47
47
``` shell
48
48
# BACK IN AZURE SHELL: when want to remove VM later
49
- # we store ./destroyvm- <RANDOMID>.sh - look what it does
50
- ls destroyvm* sh ; cat destrouvm * .sh
49
+ # we store ./destroyvm<RANDOMID> - look what it does
50
+ ls destroyvm* ; cat destroyvm *
51
51
52
52
```
Original file line number Diff line number Diff line change @@ -24,13 +24,12 @@ system_info:
24
24
groups : [microk8s]
25
25
26
26
write_files :
27
- - path : /home/azureuser/.bash_aliases
27
+ - path : /etc/bash.bashrc
28
28
content : |
29
29
alias kubectl='microk8s kubectl'
30
30
alias helm='microk8s helm'
31
31
alias k='kubectl'
32
32
alias h='helm'
33
- owner : ' azureuser:azureuser'
34
- permissions : ' 0644'
33
+ append : true
35
34
36
35
final_message : " The system is finally up, after $UPTIME seconds"
You can’t perform that action at this time.
0 commit comments