aboutsummaryrefslogtreecommitdiffstats
path: root/prefdm
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2007-08-10 13:54:49 +0000
committerBill Nottingham <notting@redhat.com>2007-08-10 13:54:49 +0000
commit55979ee4122d9f5d5e5031f2d9b6f14535047171 (patch)
treeee21c2db6dc51920d8158e2f359dbd20007dd4d0 /prefdm
parente404916e033ff354844fe7ac92fd395247d46cc4 (diff)
downloadinitscripts-55979ee4122d9f5d5e5031f2d9b6f14535047171.tar
initscripts-55979ee4122d9f5d5e5031f2d9b6f14535047171.tar.gz
initscripts-55979ee4122d9f5d5e5031f2d9b6f14535047171.tar.bz2
initscripts-55979ee4122d9f5d5e5031f2d9b6f14535047171.tar.xz
initscripts-55979ee4122d9f5d5e5031f2d9b6f14535047171.zip
fix fix
Diffstat (limited to 'prefdm')
0 files changed, 0 insertions, 0 deletions
;'/> -rw-r--r--modules/apache/manifests/init.pp9
2 files changed, 7 insertions, 9 deletions
diff --git a/modules/apache/manifests/config.pp b/modules/apache/manifests/config.pp
new file mode 100644
index 00000000..90f0cba6
--- /dev/null
+++ b/modules/apache/manifests/config.pp
@@ -0,0 +1,7 @@
+define apache::config($content) {
+ file { $name:
+ content => $content,
+ require => Package['apache-conf'],
+ notify => Exec['service httpd configtest'],
+ }
+}
diff --git a/modules/apache/manifests/init.pp b/modules/apache/manifests/init.pp
index b41c03a5..8485d97e 100644
--- a/modules/apache/manifests/init.pp
+++ b/modules/apache/manifests/init.pp
@@ -1,13 +1,4 @@
class apache {
-
- define config($content) {
- file { $name:
- content => $content,
- require => Package["apache-conf"],
- notify => Exec['service httpd configtest'],
- }
- }
-
class base {
# number of time the log file are rotated before being removed