Skip to content

Commit cf820da

Browse files
committed
commit test directory
1 parent 335c8db commit cf820da

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

test/meta-data

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
local-hostname: this-is-a-test

test/user-data

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
#cloud-config
2+
groups:
3+
- staff
4+
users:
5+
- create_groups: false
6+
groups: staff
7+
lock_passwd: true
8+
name: docker
9+
no_user_group: true
10+
ssh_authorized_keys:
11+
- |
12+
ssh-rsa blahblahblah
13+
sudo: ALL=(ALL) NOPASSWD:ALL

0 commit comments

Comments
 (0)