From 3a1e7ad9f978eef7684554b326f4bd550186844c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20B=C3=A9rtoli?= Date: Mon, 22 May 2017 20:52:48 -0300 Subject: [PATCH] Fix reactor examples --- pillar.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pillar.example b/pillar.example index 0cbf45e..c74a963 100644 --- a/pillar.example +++ b/pillar.example @@ -182,7 +182,7 @@ salt: # They override reactors configured in # 'salt:reactors' or the old 'salt:reactor' parameters reactors: - - 'master/deploy': + - 'minion/deploy': - /srv/salt/reactors/deploy.sls # salt cloud config @@ -260,7 +260,7 @@ salt: pub: | ........... - # These reactors will be configured both to the minion and the master + # These reactors will be configured both in the minion and the master reactors: - 'deploy': - /srv/salt/reactors/deploy.sls