summaryrefslogtreecommitdiff
path: root/manifests/ssl
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/ssl
parent1165548443657760ff71cb753c84f6c8b94d9b28 (diff)
migrate to new file_line type
Diffstat (limited to 'manifests/ssl')
-rw-r--r--manifests/ssl/openbsd.pp6
1 files changed, 3 insertions, 3 deletions
diff --git a/manifests/ssl/openbsd.pp b/manifests/ssl/openbsd.pp
index 0e221aa..43bc680 100644
--- a/manifests/ssl/openbsd.pp
+++ b/manifests/ssl/openbsd.pp
@@ -1,11 +1,11 @@
class apache::ssl::openbsd inherits apache::openbsd {
include apache::ssl::base
- Line['enable_apache_on_boot']{
+ File_line['enable_apache_on_boot']{
ensure => 'absent',
}
- line{'enable_apachessl_on_boot':
- file => '/etc/rc.conf.local',
+ file_line{'enable_apachessl_on_boot':
+ path => '/etc/rc.conf.local',
line => 'httpd flags="-DSSL"',
}