Skip to content

Instantly share code, notes, and snippets.

@harlowja
Created June 16, 2017 19:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save harlowja/e66514030588d7fcebcaa152ce7ec0be to your computer and use it in GitHub Desktop.
Save harlowja/e66514030588d7fcebcaa152ce7ec0be to your computer and use it in GitHub Desktop.
/var/lib/cloud
├── data
│   ├── instance-id
│   ├── previous-datasource
│   ├── previous-instance-id
│   ├── result.json
│   └── status.json
├── handlers
├── instance -> /var/lib/cloud/instances/54a14473-5850-48f8-a777-1951d3edfedb
├── instances
│   └── 54a14473-5850-48f8-a777-1951d3edfedb
│   ├── boot-finished
│   ├── cloud-config.txt
│   ├── datasource
│   ├── handlers
│   ├── obj.pkl
│   ├── scripts
│   │   └── runcmd
│   ├── sem
│   │   ├── config_chef
│   │   ├── config_keys_to_console
│   │   ├── config_locale
│   │   ├── config_mcollective
│   │   ├── config_mounts
│   │   ├── config_package_update_upgrade_install
│   │   ├── config_phone_home
│   │   ├── config_puppet
│   │   ├── config_rightscale_userdata
│   │   ├── config_rsyslog
│   │   ├── config_runcmd
│   │   ├── config_salt_minion
│   │   ├── config_scripts_per_instance
│   │   ├── config_scripts_user
│   │   ├── config_set_passwords
│   │   ├── config_ssh
│   │   ├── config_ssh_authkey_fingerprints
│   │   ├── config_timezone
│   │   ├── config_users_groups
│   │   ├── config_write_files
│   │   ├── config_yum_add_repo
│   │   └── consume_data
│   ├── user-data.txt
│   ├── user-data.txt.i
│   ├── vendor-data.txt
│   └── vendor-data.txt.i
├── scripts
│   ├── per-boot
│   ├── per-instance
│   ├── per-once
│   └── vendor
├── seed
└── sem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment