Skip to content

Instantly share code, notes, and snippets.

@jeffpatton1971
Created October 7, 2015 20: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 jeffpatton1971/5fac67d2f7d59d0fc2c8 to your computer and use it in GitHub Desktop.
Save jeffpatton1971/5fac67d2f7d59d0fc2c8 to your computer and use it in GitHub Desktop.
I'd like to install this as part of a state file so i can do other stuff, but at the very least i can get by with just dpkg -i agent.deb but how do i pass the salt://files to the minion?
agent:
pkg.installed:
- sources:
- agent: salt://files/agent.deb
An error was encountered while installing package(s):
W: Failed to fetch http://azure.archive.ubuntu.com/ubuntu/dists/trusty-updates/main/binary-amd64/Packages Hash Sum mismatch
W: Failed to fetch http://azure.archive.ubuntu.com/ubuntu/dists/trusty-updates/universe/binary-amd64/Packages Hash Sum mismatch
E: Some index files failed to download. They have been ignored, or old ones used instead.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment