summaryrefslogtreecommitdiff
path: root/manifests/quota.pp
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2012-06-27 12:18:10 -0400
committerMicah Anderson <micah@riseup.net>2012-06-27 12:18:10 -0400
commitdca386b40c22892245e0a8b9b6ab4853fca1412a (patch)
tree841c88e8ba6c59ed53917ad5b5f3187e809e10da /manifests/quota.pp
parentcd7d5712f043e9fcb135e34a77d8d8bec4838b38 (diff)
switch to 2.7 requirement of underscores instead of hyphens
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 a36fac0..6bd1ea0 100644
--- a/manifests/quota.pp
+++ b/manifests/quota.pp
@@ -1,7 +1,7 @@
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'],