From dca386b40c22892245e0a8b9b6ab4853fca1412a Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Wed, 27 Jun 2012 12:18:10 -0400 Subject: switch to 2.7 requirement of underscores instead of hyphens --- manifests/quota.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/quota.pp') 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'], -- cgit v1.2.3