added git to preinstalled vm packages
This commit is contained in:
@ -5,6 +5,7 @@ package_upgrade: true
|
|||||||
packages:
|
packages:
|
||||||
- sudo
|
- sudo
|
||||||
- vim
|
- vim
|
||||||
|
- git
|
||||||
ssh_pwauth: false
|
ssh_pwauth: false
|
||||||
users:
|
users:
|
||||||
- name: __VM_USERNAME__
|
- name: __VM_USERNAME__
|
||||||
@ -22,4 +23,4 @@ write_files:
|
|||||||
- path: /usr/local/etc/sudoers
|
- path: /usr/local/etc/sudoers
|
||||||
content: |
|
content: |
|
||||||
%wheel ALL=(ALL) NOPASSWD: ALL
|
%wheel ALL=(ALL) NOPASSWD: ALL
|
||||||
append: true
|
append: true
|
||||||
|
|||||||
Reference in New Issue
Block a user