From e40f990165e310e28c80b2066687f5565e4dadb0 Mon Sep 17 00:00:00 2001 From: Thomas Rossetto Date: Fri, 22 Mar 2019 17:17:55 +0100 Subject: [PATCH] Remove deprecated createuser command in salt 2019.02 --- pillar.example | 2 -- 1 file changed, 2 deletions(-) diff --git a/pillar.example b/pillar.example index fc17893..2488ec2 100644 --- a/pillar.example +++ b/pillar.example @@ -130,7 +130,6 @@ postgres: password: '98ruj923h4rf' createdb: False createroles: False - createuser: False inherit: True replication: False @@ -139,7 +138,6 @@ postgres: password: '98ruj923h4rf' createdb: False createroles: False - createuser: False inherit: True replication: False