Skip to content

Commit

Permalink
commit test directory
Browse files Browse the repository at this point in the history
  • Loading branch information
acobaugh committed Oct 2, 2021
1 parent 335c8db commit cf820da
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/meta-data
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
local-hostname: this-is-a-test
13 changes: 13 additions & 0 deletions test/user-data
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#cloud-config
groups:
- staff
users:
- create_groups: false
groups: staff
lock_passwd: true
name: docker
no_user_group: true
ssh_authorized_keys:
- |
ssh-rsa blahblahblah
sudo: ALL=(ALL) NOPASSWD:ALL

0 comments on commit cf820da

Please sign in to comment.