We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c81ca1 commit 8601e0cCopy full SHA for 8601e0c
zabbix/osfamilymap.yaml
@@ -167,6 +167,7 @@ Suse:
167
pgsql:
168
pkgs:
169
- postgresql
170
+ - gzip
171
sql_file: /usr/share/doc/packages/zabbix-server-pgsql/create.sql.gz
172
173
zabbix/pgsql/schema.sls
@@ -51,7 +51,7 @@ upload_sql_dump:
51
52
import_sql:
53
cmd.run:
54
- - name: zcat {{ sql_file }} | psql | head -5
+ - name: zcat {{ sql_file }} | psql | { head -5; cat >/dev/null; }
55
- runas: {{ zabbix.user }}
56
- env:
57
- PGUSER: {{ dbuser }}
0 commit comments