From 8a39fe6efb7533cf5b31ca7af74a057610c2f4f1 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Thu, 25 Aug 2011 15:49:07 -0400 Subject: formatting standardization --- manifests/quota.pp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'manifests/quota.pp') diff --git a/manifests/quota.pp b/manifests/quota.pp index 78fb407..a36fac0 100644 --- a/manifests/quota.pp +++ b/manifests/quota.pp @@ -1,5 +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'], -- cgit v1.2.3 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