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/centos.pp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'manifests/centos.pp') diff --git a/manifests/centos.pp b/manifests/centos.pp index 22caab3..43c4f00 100644 --- a/manifests/centos.pp +++ b/manifests/centos.pp @@ -1,9 +1,9 @@ class dovecot::centos inherits dovecot::base { file { '/etc/sysconfig/dovecot': - source => [ "puppet:///modules/site-dovecot/sysconfig/${fqdn}/dovecot", - "puppet:///modules/site-dovecot/sysconfig/${dovecot::type}/dovecot", - "puppet:///modules/site-dovecot/sysconfig/dovecot", + source => [ "puppet:///modules/site_dovecot/sysconfig/${fqdn}/dovecot", + "puppet:///modules/site_dovecot/sysconfig/${dovecot::type}/dovecot", + "puppet:///modules/site_dovecot/sysconfig/dovecot", "puppet:///modules/dovecot/sysconfig/dovecot" ], require => Package['dovecot'], notify => Service['dovecot'], -- cgit v1.2.3