Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
salt-formulas
/
linux
/
509bf8d8821f9e7cba93427736515fdc4529f5f7
/
.
/
linux
/
system
/
banner.sls
blob: 6e283f5b03cd1abcfeb874dfc9fae69f2e95acaa [
file
] [
log
] [
blame
]
{%-
from
"linux/map.jinja"
import
banner
with
context
%}
{%-
if
banner
.
get
(
'enabled'
,
False
)
%}
/
etc
/
issue
:
file
.
managed
:
-
user
:
root
-
group
:
root
-
mode
:
644
-
contents_pillar
:
linux
:
system
:
banner
:
contents
{%-
endif
%}