From 0467074e28449723c4227f51f08d5edebea0d917 Mon Sep 17 00:00:00 2001 From: Arthur Lutz Date: Fri, 4 Aug 2017 11:44:06 +0200 Subject: [PATCH] [pillar.example] fix indentation of reactors examples --- pillar.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pillar.example b/pillar.example index b6ed592..0fdd500 100644 --- a/pillar.example +++ b/pillar.example @@ -106,7 +106,7 @@ salt: # 'salt:reactors' or the old 'salt:reactor' parameters reactors: - 'master/deploy': - - /srv/salt/reactors/deploy.sls + - /srv/salt/reactors/deploy.sls # salt minion config: minion: @@ -196,7 +196,7 @@ salt: # 'salt:reactors' or the old 'salt:reactor' parameters reactors: - 'minion/deploy': - - /srv/salt/reactors/deploy.sls + - /srv/salt/reactors/deploy.sls # salt cloud config cloud: