소스 검색

Simplify pillar.example

tags/v0.2.0
Noel McLoughlin 7 년 전
부모
커밋
e00f1f74c6
2개의 변경된 파일10개의 추가작업 그리고 27개의 파일을 삭제
  1. +1
    -1
      README.rst
  2. +9
    -26
      pillar.example

+ 1
- 1
README.rst 파일 보기

@@ -17,7 +17,7 @@ Installs the chrony package.

``chrony.config``
-----------------
This state manages the file ``chrony.conf`` under ``/etc`` (template found in "chrony/files"). The configuration is populated by values in "chrony/map.jinja", which are based on the package's default values (for RedHat, Debian and Arch family distributions), and are overridden by values of the same name in pillar.
This state manages the file ``chrony.conf`` under ``/etc`` (template found in "chrony/files"). The configuration is populated by values in "chrony/map.jinja" based on the package's default values (and RedHat, Debian, Suse and Arch family distribution specific values), which can then be overridden by values of the same name in pillar.

``chrony.removed``
-----------------

+ 9
- 26
pillar.example 파일 보기

@@ -1,28 +1,11 @@
chrony:
config:
package: chrony
service: chronyd
config: /etc/chrony.conf
config_src: salt://chrony/files/chrony_config
ntpservers: [
"0.us.pool.ntp.org",
"1.us.pool.ntp.org",
"2.us.pool.ntp.org",
"3.us.pool.ntp.org"
]
options: iburst
logdir: /var/log/chrony
keyfile: /etc/chrony.keys
driftfile: /var/lib/chrony/drift,
otherparams: [
"rtcsync",
"makestep 10 3",
"stratumweight 0",
"bindcmdaddress 127.0.0.1",
"bindcmdaddress ::1",
"commandkey 1",
"generatecommandkey",
"noclientlog",
"logchange 0.5",
]

ntpservers:
- 'ntp0.nl.net'
- 'ntp1.nl.net'
- 'ntp2.nl.net'
- 'ntp.xs4all.nl'
- '0.nl.pool.ntp.org'
- '1.nl.pool.ntp.org'
- '2.nl.pool.ntp.org'
- '3.nl.pool.ntp.org'

Loading…
취소
저장