Skip to content

Instantly share code, notes, and snippets.

@rterbush
Created November 10, 2015 15:01
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 rterbush/17ef0f07e4ee15d5c52a to your computer and use it in GitHub Desktop.
Save rterbush/17ef0f07e4ee15d5c52a to your computer and use it in GitHub Desktop.
Install application:
archive.extracted:
- name: 'c:\WebSites\worker'
- source: s3://bucketname/get/worker.zip
- kms_keyid: arn:keyid
- source_hash: s3://bucketname/get/worker.zip.sha1sum
- archive_format: zip
@rterbush
Copy link
Author

Warning message:

Warnings: 'kms_keyid' is an invalid keyword argument for
              'archive.extracted'. If you were trying to pass additional data to
              be used in a template context, please populate 'context' with
              'key: value' pairs. Your approach will work until Salt Carbon is
              out. Please update your state files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment