diff options
author | mh <mh@immerda.ch> | 2010-08-07 02:12:15 +0200 |
---|---|---|
committer | mh <mh@immerda.ch> | 2010-08-07 02:12:15 +0200 |
commit | 7288c660738696af2b9200e7f9e3da8e7ee5709b (patch) | |
tree | 8a3a6275607e1fb1f219a8dbc1226499373a9ba2 /manifests/quota.pp | |
parent | 0156a81b0d8dc869e60a94b10908c6cfbe8b6761 (diff) |
remove unnecessary fileserver variable (#2460)
Diffstat (limited to 'manifests/quota.pp')
-rw-r--r-- | manifests/quota.pp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/quota.pp b/manifests/quota.pp index 1ced2f2..78fb407 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://$server/modules/site-dovecot/quota/quota-warning.sh", - "puppet://$server/modules/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'], owner => root, group => 0, mode => 0755; |