aboutsummaryrefslogtreecommitdiff
path: root/manifests/debian.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2009-11-02 00:52:24 +0100
committerMicah Anderson <micah@riseup.net>2009-12-07 11:34:44 -0500
commit086c2c6ef44df9e4a4b812645c82c60ae83322b0 (patch)
tree0747c7a055510612e6aacebd2ee70d586ec4c3db /manifests/debian.pp
parente2ed4896654ea53456a7b981c1ca8f828d9283fa (diff)
downloadpuppet-shorewall-086c2c6ef44df9e4a4b812645c82c60ae83322b0.tar.gz
puppet-shorewall-086c2c6ef44df9e4a4b812645c82c60ae83322b0.tar.bz2
update file path to new 0.25 style
Diffstat (limited to 'manifests/debian.pp')
-rw-r--r--manifests/debian.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/debian.pp b/manifests/debian.pp
index b25d2d5..2583d85 100644
--- a/manifests/debian.pp
+++ b/manifests/debian.pp
@@ -1,6 +1,6 @@
class shorewall::debian inherits shorewall::base {
file{'/etc/default/shorewall':
- source => "puppet://$server/shorewall/debian/default",
+ source => "puppet://$server/modules/shorewall/debian/default",
require => Package['shorewall'],
notify => Service['shorewall'],
owner => root, group => 0, mode => 0644;