From 039b6e0450e1ec78ce4181fd169ebaf786028bdc Mon Sep 17 00:00:00 2001 From: Theo Chatzimichos Date: Oct 30 2017 13:36:08 +0000 Subject: extend the fileserver reactor in newer salt versions the `salt-run fileserver.update` does not update the pillar gitfs, but there is a new command `salt-run git_pillar.update` for it. This commit adds it to the update_fileserver reactor --- diff --git a/salt/profile/salt/files/reactor/update_fileserver.sls b/salt/profile/salt/files/reactor/update_fileserver.sls index cdc76d2..d1189bb 100644 --- a/salt/profile/salt/files/reactor/update_fileserver.sls +++ b/salt/profile/salt/files/reactor/update_fileserver.sls @@ -1,2 +1,3 @@ update_fileserver: - runner.fileserver.update + runner.fileserver.update: [] + runner.git_pillar.update: []