Commit 6a87156052134e2226b77815caf673d6f733cfc7
human error
Michael Williams committed on 12/25/2017, 11:20:51 AMParent: 570a635e80dfd51d57bc92d52f2e5cbd1ddd011d
Files changed
salt/state/hub.sls | changed |
salt/state/hub.sls | ||
---|---|---|
@@ -43,15 +43,15 @@ | ||
43 | 43 … | - user |
44 | 44 … | - group |
45 | 45 … | |
46 | 46 … | {{ name }}/secret: |
47 | - file.managed: | |
47 … | + file.serialize: | |
48 | 48 … | - name: /root/bots/{{ name }}/secret |
49 | 49 … | - dataset: |
50 | - curve: {{ curve }} | |
51 | - public: {{ public }}.{{ curve }} | |
52 | - private: {{ private }}.{{ curve }} | |
53 | - id: "@{{ public }}.{{ curve }}" | |
50 … | + curve: {{ curve }} | |
51 … | + public: {{ public }}.{{ curve }} | |
52 … | + private: {{ private }}.{{ curve }} | |
53 … | + id: "@{{ public }}.{{ curve }}" | |
54 | 54 … | - mode: 0400 |
55 | 55 … | - user: {{ user }} |
56 | 56 … | - group: {{ group }} |
57 | 57 … | - formatter: json |
@@ -62,13 +62,13 @@ | ||
62 | 62 … | {{ name }}/config: |
63 | 63 … | file.serialize: |
64 | 64 … | - name: /root/bots/{{ name }}/config |
65 | 65 … | - dataset: |
66 | - seeds: | |
67 | - - net:{{ name }}:{{ port }}~shs:{{ public }} | |
68 | - {% for seed in seeds %} | |
69 | - - {{ seed }} | |
70 | - {% endfor %} | |
66 … | + seeds: | |
67 … | + - net:{{ name }}:{{ port }}~shs:{{ public }} | |
68 … | + {% for seed in seeds %} | |
69 … | + - {{ seed }} | |
70 … | + {% endfor %} | |
71 | 71 … | - formatter: json |
72 | 72 … | - mode: 644 |
73 | 73 … | - user: {{ user }} |
74 | 74 … | - group: {{ group }} |
Built with git-ssb-web