summaryrefslogtreecommitdiff
path: root/manifests/quota.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/quota.pp')
-rw-r--r--manifests/quota.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/quota.pp b/manifests/quota.pp
index 6bd1ea0..c44e0c1 100644
--- a/manifests/quota.pp
+++ b/manifests/quota.pp
@@ -1,6 +1,6 @@
class dovecot::quota {
- file { '/usr/libexec/dovecot/quota-warning.sh':
+ file{'/usr/libexec/dovecot/quota-warning.sh':
source => [ "puppet:///modules/site_dovecot/quota/quota-warning.sh",
"puppet:///modules/dovecot/quota/quota-warning.sh" ],
require => Package['dovecot'],