diff --git a/resources/providers/config.rb b/resources/providers/config.rb index d2e9695..a11c40d 100644 --- a/resources/providers/config.rb +++ b/resources/providers/config.rb @@ -9,9 +9,9 @@ end execute "create_user" do - command "/usr/sbin/useradd -r postgres" + command "/usr/sbin/useradd -r minio" ignore_failure true - not_if "getent passwd postgres" + not_if "getent passwd minio" end %w[ /var/minio /var/minio/data /etc/minio ].each do |path|