commit | 2f1141f418cae23545c6a7a8ffd8dedc4faf887f | [log] [tgz] |
---|---|---|
author | Petr Michalec <epcim@apealive.net> | Tue Dec 13 14:55:41 2016 +0100 |
committer | Petr Michalec <epcim@apealive.net> | Tue Dec 13 14:55:41 2016 +0100 |
tree | 38e31da7f368aaead6f64153e057989ba981fdae | |
parent | 288c03416d392ff5da2b09b0771516166965032f [diff] [blame] |
minor updates
diff --git a/linux/system/repo-local/salt.yml b/linux/system/repo-local/salt.yml new file mode 100644 index 0000000..273d850 --- /dev/null +++ b/linux/system/repo-local/salt.yml
@@ -0,0 +1,9 @@ +parameters: + linux: + system: + repo: + salt: + refresh_db: ${_param:linux_repo_refresh_db} + source: "deb [arch=amd64] http://${_param:local_repo_url}/${_param:linux_distrib_codename}/ nightly salt" + architectures: amd64 + key_url: "http://${_param:local_repo_url}/public.gpg"