summaryrefslogtreecommitdiff
path: root/manifests/quota.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2012-06-05 20:13:22 -0300
committermh <mh@immerda.ch>2012-06-05 20:13:22 -0300
commite2d4e6ca10904e73a70e7398e830ccff5f4f29d6 (patch)
tree076c284d5dee8938d19d51503fdca5784bec79b5 /manifests/quota.pp
parentd25093378160536208d523ee132f8f80326ed0f3 (diff)
new style for 2.7
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 78fb407..a4a3255 100644
--- a/manifests/quota.pp
+++ b/manifests/quota.pp
@@ -1,6 +1,6 @@
class dovecot::quota {
file{'/usr/libexec/dovecot/quota-warning.sh':
- source => [ "puppet:///modules/site-dovecot/quota/quota-warning.sh",
+ source => [ "puppet:///modules/site_dovecot/quota/quota-warning.sh",
"puppet:///modules/dovecot/quota/quota-warning.sh" ],
require => Package['dovecot'],
before => Service['dovecot'],