From cc7afd39bd4cba6368a7bd2e7d224893ed6ab630 Mon Sep 17 00:00:00 2001 From: Aneesh Agrawal Date: Tue, 6 Dec 2016 16:22:57 -1000 Subject: [PATCH] Use non-broken hash for Salt fileserver cache checking The default is md5, so upgrade to a better hash. --- salt/map.jinja | 1 + 1 file changed, 1 insertion(+) diff --git a/salt/map.jinja b/salt/map.jinja index b3811699..6229ee12 100644 --- a/salt/map.jinja +++ b/salt/map.jinja @@ -11,6 +11,7 @@ }, 'gitfs_remotes': [ 'https://github.com/servo/saltfs.git' ], 'gitfs_env_whitelist': [ 'base' ], + 'hash_type': 'sha384', 'pillar_roots': { 'base': [ '/srv/pillar' ] }