From 980b08e087df0e1d960faa385fcb55aa66212470 Mon Sep 17 00:00:00 2001 From: Theo Chatzimichos Date: Jan 14 2018 22:40:21 +0000 Subject: fix the wrong path of the bash.bashrc.local.jinja --- diff --git a/salt/profile/accounts/init.sls b/salt/profile/accounts/init.sls index 8a5b1b0..6925ba1 100644 --- a/salt/profile/accounts/init.sls +++ b/salt/profile/accounts/init.sls @@ -8,5 +8,5 @@ include: /etc/bash.bashrc.local: file.managed: - - source: salt://profile/files/etc/bash.bashrc.local.jinja + - source: salt://profile/accounts/files/etc/bash.bashrc.local.jinja - template: jinja