updated time state
This commit is contained in:
parent
6432ed0dc3
commit
794a0129eb
@ -1,8 +1,9 @@
|
|||||||
---
|
---
|
||||||
include:
|
include:
|
||||||
|
- .install
|
||||||
- .timezone
|
- .timezone
|
||||||
- .config
|
- .config
|
||||||
- .service
|
- .service
|
||||||
{%- if not salt['grains.get']('container') %}
|
{%- if not salt['grains.get']('container') %}
|
||||||
- .timeupdate
|
- .timeupdate
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
5
states/time/install.sls
Normal file
5
states/time/install.sls
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
{%- from "time/map.jinja" import time with context %}
|
||||||
|
time-pkgs:
|
||||||
|
pkg.latest:
|
||||||
|
- pkgs: ['ntp', 'ntpdate']
|
Loading…
Reference in New Issue
Block a user