Browse Source

postfix: fix typo

Karsten Böddeker 7 years ago
parent
commit
fe4fec50d4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      postfix/init.sls

+ 1 - 1
postfix/init.sls

@@ -11,7 +11,7 @@ bsd-mailx:
 postfix:
   pkg.installed:
     - name: postfix
-    - requires:
+    - require:
       - file: /etc/mailname
   service.running:
     - enable: true