summaryrefslogtreecommitdiff
path: root/manifests/openbsd.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2011-10-09 03:34:29 +0200
committermh <mh@immerda.ch>2011-10-09 03:34:29 +0200
commitb11bb5a891e96fafa01a431db8e168a41948b88a (patch)
tree1a148919fde533dc6f392e89d934f486bf99451b /manifests/openbsd.pp
parent1165548443657760ff71cb753c84f6c8b94d9b28 (diff)
migrate to new file_line type
Diffstat (limited to 'manifests/openbsd.pp')
-rw-r--r--manifests/openbsd.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/openbsd.pp b/manifests/openbsd.pp
index 68a13b1..f1c8ac0 100644
--- a/manifests/openbsd.pp
+++ b/manifests/openbsd.pp
@@ -20,8 +20,8 @@ class apache::openbsd inherits apache::base {
File[web_dir]{
group => daemon,
}
- line{'enable_apache_on_boot':
- file => '/etc/rc.conf.local',
+ file_line{'enable_apache_on_boot':
+ path => '/etc/rc.conf.local',
line => 'httpd flags=""',
}
file{'apache_main_config':